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

In This Topic
    CanceledNewRow Event
    In This Topic
    Occurs after the editing of a new row has been canceled.
    Syntax
    'Declaration
     
    
    Public Event CanceledNewRow As EventHandler(Of DataGridRowEventArgs)
    public event EventHandler<DataGridRowEventArgs> CanceledNewRow
    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