The event handler receives an argument of type TableItemChangingEventArgs containing data related to this event. The following TableItemChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the column. |
ColumnCount | Gets the number of columns. |
Row | Gets the row. |
RowCount | Gets the number of rows. |
Table | Gets the ITableRange object. |
Type | Gets the TableItemChangeEventType. |