ASPxStartRowEditingEventHandler Delegate
A method that will handle the ASPxGridView.StartRowEditing event.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void ASPxStartRowEditingEventHandler(
object sender,
ASPxStartRowEditingEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | ASPxStartRowEditingEventArgs | An ASPxStartRowEditingEventArgs object that contains event data. |
See Also