ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / BeginEdit Method / BeginEdit(RoutedEventArgs) Method
The System.Windows.RoutedEventArgs instance containing the event data.

In This Topic
    BeginEdit(RoutedEventArgs) Method
    In This Topic
    Begins the edit of the currently selected cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function BeginEdit( _
       ByVal editingEventArgs As RoutedEventArgs _
    ) As Boolean
    public bool BeginEdit( 
       RoutedEventArgs editingEventArgs
    )

    Parameters

    editingEventArgs
    The System.Windows.RoutedEventArgs instance containing the event data.

    Return Value

    True, if the edit began, otherwise False
    See Also