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
Works!
Thanks.
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.