Contains the arguments passed to handlers of node-related events, such as TreeCollapsed and TreeExpanded.
The following tables list the members exposed by the NodeEventArgs type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Overloaded. Initializes a new instance of the NodeEventArgs class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the adjustment handle being moved by the user. |
|
![]() |
Gets or sets a NodeLabel related to this event. |
|
![]() |
Gets which mouse button has been pressed. |
|
![]() |
Gets or sets the current mouse pointer position. |
|
![]() |
Gets the node for which the event was raised. |
See Also