TreeViewNodeEventArgs(TreeViewNode) Constructor
Initializes a new instance of the TreeViewNodeEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
NuGet Package: DevExpress.Web
Declaration
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