IndexChangedEventArgs Properties
Provides data for the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.Name | Description |
---|---|
NewIndex | Gets the index of the currently focused element. |
OldIndex | Gets the index of the previously focused element. |
See Also