Skip to main content
A newer version of this page is available. .
All docs
V21.2

TreeListCellValueChangedInEditFormEventArgs Constructors

Contains data for the CellValueChanging event that occurs when a user edits data in the Edit Form.
Name Parameters Description
TreeListCellValueChangedInEditFormEventArgs(TreeListNode, ColumnBase, Object, Object, CellEditorData[]) node, column, value, oldValue, cellEditors Initializes a new instance of the TreeListCellValueChangedInEditFormEventArgs class with specified settings.
See Also