CellEventArgs Properties
Provides data for events which require column and node as parameters to identify the cell being processed.Name | Description |
---|---|
Column | Gets a column to which the cell processed by an event belongs. |
Node | Gets the current Tree List node. Inherited from NodeEventArgs. |
See Also