ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumn Class / BeginEdit Method
The editing element.
The System.Windows.RoutedEventArgs instance containing the event data.

In This Topic
    BeginEdit Method (DataGridColumn)
    In This Topic
    Begins the edit passing the System.Windows.RoutedEventArgs that raised the edit of the cell.
    Syntax
    'Declaration
     
    
    Public MustOverride Function BeginEdit( _
       ByVal editingElement As FrameworkElement, _
       ByVal routedEventArgs As RoutedEventArgs _
    ) As Boolean

    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.
    See Also