Search
NodeEventArgs Members
Constructors Properties
 


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

NodeEventArgs

Overloaded. Initializes a new instance of the NodeEventArgs class.

 Public Properties

  Name Description

AdjustmentHandle

Gets the adjustment handle being moved by the user.

Node

Gets the node for which the event was raised.

Position

Gets the location related to the event.

 See Also