C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : RowEditing Event |
'Declaration Public Event RowEditing As C1GridViewEditEventHandler
public event C1GridViewEditEventHandler RowEditing
The event handler receives an argument of type C1GridViewEditEventArgs containing data related to this event. The following C1GridViewEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
NewEditIndex | Gets or sets the index of the row being edited. |