A method that will handle the ASPxGridView.StartRowEditing event.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v19.2.dll
public delegate void ASPxStartRowEditingEventHandler( object sender, ASPxStartRowEditingEventArgs e );
Public Delegate Sub ASPxStartRowEditingEventHandler( sender As Object, e As ASPxStartRowEditingEventArgs )
The event source.
An ASPxStartRowEditingEventArgs object that contains event data.