CellValueChangedEventArgs Constructors
Provides data for the TreeList.CellValueChanged and TreeList.CellValueChanging events.
Name | Parameters | Description |
---|---|---|
Cell |
column, node, val, changed |
Initializes a new Cell |
Cell |
column, node, val, old |
Initializes a new instance of the Cell |
See Also