Provides data for WebTreeView's node related event.
Definition
public class WebTreeViewNodeEventArgs : EventArgs
Summary
The following table summarizes the members exposed in this class.
Public Constructors
Public Properties
Command | Determines the type of operation, such as "NodeCopy", "NodeCollapse", "Initialize", etc. |
Node | The specified node. |
Public Constructors
Public Properties
public string Command { get; }
Determines the type of operation, such as "NodeCopy", "NodeCollapse", "Initialize", etc.
public WebTreeViewNode Node { get; }
The specified node.