ComponentOne DataGrid for WPF and Silverlight
EndEdit Method (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : EndEdit Method
The editing element.
This method is called when the user finish the editing of the cell.
Syntax
'Declaration
 
Public MustOverride Sub EndEdit( _
   ByVal editingElement As System.Windows.FrameworkElement _
) 
public abstract void EndEdit( 
   System.Windows.FrameworkElement editingElement
)

Parameters

editingElement
The editing element.
See Also

Reference

DataGridColumn Class
DataGridColumn Members
GetCellEditingContent Method
BeginEdit Method
PrepareCellForEdit Method
CancelCellEdit Method