RowObjectEventArgs Properties
Provides data for the ColumnView.RowUpdated event.Name | Description |
---|---|
Row | Gets the processed row. |
RowHandle | Gets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs. |
See Also