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