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

NodeCellValidationArgs Constructors

Contains data for the command bound to the TreeListView.ValidateCellCommand property.
Name Parameters Description
NodeCellValidationArgs(String, Object, Object, Object, IEnumerable<Object>, Boolean, CancellationToken, Boolean) fieldName, oldValue, newValue, item, path, isNewItem, cancellationToken, allowAsyncResult Initializes a new instance of the NodeCellValidationArgs class with specified settings.
See Also