RowChangedEventArgs Properties
Contains data for the VGridControlBase.RowChanged event.| Name | Description |
|---|---|
| ChangeType | Gets the way in which the row has changed. |
| Properties | Gets the processed row’s properties. |
| Row | Gets the processed row. Inherited from RowEventArgs. |
See Also