Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
How to detect if user canceled the editor?
posted

The user selects an item and starts to edit it. Then the user presses ESC.

How can i detect this cancel-command? I only geht the ItemExitedEditMode-Event but with no further details on how it was a successfull edit or a cancelled one.

Thanks

Boris

Parents
  • 69832
    Verified Answer
    Offline posted

    The event arguments class for the ItemExitingEditMode event exposes an 'ApplyChanges' property; this property will return false when the edit mode session was terminated by cancelation.

Reply Children
No Data