ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / CancellingCellEditEventHandler Delegate

In This Topic
    CancellingCellEditEventHandler Delegate
    In This Topic
    Handles cancelling cell edit event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CancellingCellEditEventHandler( _
       ByVal editingElement As FrameworkElement, _
       ByVal uneditedValue As Object _
    ) 
    public delegate void CancellingCellEditEventHandler( 
       FrameworkElement editingElement,
       object uneditedValue
    )

    Parameters

    editingElement
    uneditedValue
    See Also