Skip to main content
All docs
V25.1
  • 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