Search
DiagramNodeEventArgs Members
Constructors Properties
 


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

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

 Public Constructors

  Name Description

DiagramNodeEventArgs

Overloaded. Initializes a new instance of the DiagramNodeEventArgs 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