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