C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : RowCancelingEdit Event |
'Declaration Public Event RowCancelingEdit As C1GridViewCancelEditEventHandler
public event C1GridViewCancelEditEventHandler RowCancelingEdit
The event handler receives an argument of type C1GridViewCancelEditEventArgs containing data related to this event. The following C1GridViewCancelEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
RowIndex | Gets the index of the row containing the Cancel button that raised the event. |