'Declaration
Public MustOverride Function BeginEdit( _ ByVal editingElement As System.Windows.FrameworkElement, _ ByVal routedEventArgs As System.Windows.RoutedEventArgs _ ) As System.Boolean
public abstract System.bool BeginEdit( System.Windows.FrameworkElement editingElement, System.Windows.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.