Skip to main content
A newer version of this page is available.

TreeViewNodeCancelEventArgs(ITreeViewNodeInfo) Constructor

Initializes a new instance of the TreeViewNodeCancelEventArgs class.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public TreeViewNodeCancelEventArgs(
    ITreeViewNodeInfo nodeInfo
)

Parameters

Name Type Description
nodeInfo ITreeViewNodeInfo

An object that implements the ITreeViewNodeInfo interface and provides information about a node related to the generated event.

See Also