Search
NodeEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of node-related events.

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

 Public Constructors

  Name Description

NodeEventArgs

Initializes a new instance of the NodeEventArgs class.

 Public Properties

  Name Description

container

Gets the container a node has been added to or removed from.

hyperlink

Gets the hyperlink that was clicked inside a node.

Index

Gets an integer index related to the event. (Inherited from ItemEventArgs.)

Item

Gets the item for which the event is raised. (Inherited from ItemEventArgs.)

node

Gets the node for which the event is raised.

 See Also