ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / CanceledRowEdit Event

In This Topic
    CanceledRowEdit Event (C1DataGrid)
    In This Topic
    Occurs after a row editing has been canceled.
    Syntax
    'Declaration
     
    
    Public Event CanceledRowEdit As EventHandler(Of DataGridRowEventArgs)
    public event EventHandler<DataGridRowEventArgs> CanceledRowEdit
    Event Data

    The event handler receives an argument of type DataGridRowEventArgs containing data related to this event. The following DataGridRowEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the row.  
    See Also