ComponentOne DataGrid for WPF and Silverlight
BeginEdit(RoutedEventArgs) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > BeginEdit Method : BeginEdit(RoutedEventArgs) Method
The System.Windows.RoutedEventArgs instance containing the event data.
Begins the edit of the currently selected cell.
Syntax
'Declaration
 
Public Overloads Function BeginEdit( _
   ByVal editingEventArgs As System.Windows.RoutedEventArgs _
) As System.Boolean
public System.bool BeginEdit( 
   System.Windows.RoutedEventArgs editingEventArgs
)

Parameters

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

Return Value

True, if the edit began, otherwise False
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List