Skip to main content
All docs
V23.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