ComponentOne DataGrid for WPF and Silverlight
BeginEdit Method (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : BeginEdit Method
The editing element.
The System.Windows.RoutedEventArgs instance containing the event data.
Begins the edit passing the System.Windows.RoutedEventArgs that raised the edit of the cell.
Syntax
'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.
See Also

Reference

DataGridColumn Class
DataGridColumn Members
GetCellEditingContent Method
PrepareCellForEdit Method
CancelCellEdit Method
EndEdit Method