ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridNumericColumn Class / CancelCellEdit Method

In This Topic
    CancelCellEdit Method (DataGridNumericColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub CancelCellEdit( _
       ByVal editingElement As FrameworkElement, _
       ByVal uneditedValue As Object _
    ) 
    public override void CancelCellEdit( 
       FrameworkElement editingElement,
       object uneditedValue
    )

    Parameters

    editingElement
    uneditedValue
    See Also