'Declaration Public Event Editing As NavigatorEditingEventHandler
public event NavigatorEditingEventHandler Editing
Event Data
The event handler receives an argument of type NavigatorEditingEventArgs containing data related to this event. The following NavigatorEditingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Index | The index of the row being edited. |
See Also