CellEventArgs Constructors
Provides data for events which require column and node as parameters to identify the cell being processed.| Name | Parameters | Description |
|---|---|---|
| CellEventArgs(TreeListColumn, TreeListNode) | column, node | Creates an instance of the CellEventArgs class. |
See Also