ComponentOne DataGrid for WPF and Silverlight
BeginEdit Method (DataGridBoundColumn)

C1.WPF.DataGrid Namespace > DataGridBoundColumn Class : BeginEdit Method
Syntax
'Declaration
 
Public Overrides Function BeginEdit( _
   ByVal editingElement As System.Windows.FrameworkElement, _
   ByVal routedEventArgs As System.Windows.RoutedEventArgs _
) As System.Boolean
public override System.bool BeginEdit( 
   System.Windows.FrameworkElement editingElement,
   System.Windows.RoutedEventArgs routedEventArgs
)

Parameters

editingElement
routedEventArgs
See Also

Reference

DataGridBoundColumn Class
DataGridBoundColumn Members