Search
ContainerChildEventArgs Members
Constructors Properties Methods
 


Contains arguments passed to events related to container children.

The following tables list the members exposed by the ContainerChildEventArgs type.

 Public Constructors

  Name Description

ContainerChildEventArgs

Initializes a new instance of the ContainerChildEventArgs class.

 Public Properties

  Name Description

AdjustmentHandle

Gets the adjustment handle being moved by the user. (Inherited from NodeEventArgs.)

Container

Gets the container related to the event.

Node

Gets the node for which the event was raised. (Inherited from NodeEventArgs.)

Position

Gets the location related to the event. (Inherited from NodeEventArgs.)

 Public Methods

  Name Description

ToString

NodeEventArgs.ToString override.

 See Also