'Declaration
Public MustOverride Function BeginEdit( _ ByVal editingElement As FrameworkElement, _ ByVal routedEventArgs As RoutedEventArgs _ ) As Boolean
public abstract bool BeginEdit( FrameworkElement editingElement, RoutedEventArgs routedEventArgs )
Parameters
- editingElement
- The editing element.
- routedEventArgs
- The System.Windows.RoutedEventArgs instance containing the event data.
Return Value
Returns true if the cell editing began correctly, otherwise the cell editing will be cancelled.