ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumn Class / EndEdit Method
The editing element.

In This Topic
    EndEdit Method (DataGridColumn)
    In This Topic
    This method is called when the user finish the editing of the cell.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub EndEdit( _
       ByVal editingElement As FrameworkElement _
    ) 
    public abstract void EndEdit( 
       FrameworkElement editingElement
    )

    Parameters

    editingElement
    The editing element.
    See Also