ComponentOne DataGrid for WPF and Silverlight
CanceledRowEdit Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanceledRowEdit Event
Occurs after a row editing has been canceled.
Syntax
'Declaration
 
Public Event CanceledRowEdit As System.EventHandler(Of DataGridRowEventArgs)
public event System.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