Search
ListNodeEventArgs Members
Constructors Properties
 


Contains the arguments passed to the NodeSelected and NodeRemoved event handlers.

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

 Public Constructors

  Name Description

ListNodeEventArgs

Overloaded. Initializes a new instance of the ListNodeEventArgs class.

 Public Properties

  Name Description

Index

Gets or sets the index of the node within its containing collection.

Node

Gets the node related to the event.

 See Also