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

TreeViewNodeEventArgs(TreeViewNode) Constructor

Initializes a new instance of the TreeViewNodeEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TreeViewNodeEventArgs(
    TreeViewNode node
)

Parameters

Name Type Description
node TreeViewNode

A TreeViewNode object representing a node related to the generated event.

Remarks

Instances of the TreeViewNodeEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also