'Declaration Protected Overridable Sub OnEditEnding( _ ByVal e As CancelRoutedEventArgs _ )
'Usage Dim instance As Row Dim e As CancelRoutedEventArgs instance.OnEditEnding(e)
protected virtual void OnEditEnding( CancelRoutedEventArgs e )
Parameters
- e
- A CancelRoutedEventArgs that contains the event data and that can prevent the edit process from ending.