'Declaration Protected Overridable Sub OnEditModeEnding( _ ByVal args As EditModeEndingEventArgs _ )
protected virtual void OnEditModeEnding( EditModeEndingEventArgs args )
Note: To end edit mode you can call the ActiveCell's Cell.EndEditMode method, change the ActiveCell, change the ActiveRecord or call ExecuteCommand(RoutedCommand) with either the DataPresenterCommands' DataPresenterCommands.EndEditModeAndAcceptChanges or DataPresenterCommands.EndEditModeAndDiscardChanges commands.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
DataPresenterBase Class
DataPresenterBase Members
IsActive Property
IsInEditMode Property
ActiveCell Property
ExecuteCommand(RoutedCommand) Method
StartEditMode Field
EndEditModeAndDiscardChanges Field
EndEditModeAndAcceptChanges Field
EditModeEnding Event
EditModeEnded Event
EditModeStarting Event
EditModeStarted Event
EditModeEndingEvent Field
EditModeEndingEventArgs Class