Search
LinkValidationEventArgs Members
Constructors Properties Methods
 


Contains the arguments passed to handlers of link validation events.

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

 Public Constructors

  Name Description

LinkValidationEventArgs

Initializes a new instance of the LinkValidationEventArgs class.

 Public Properties

  Name Description

adjustmentHandle

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

anchorIndex

Gets the zero-based index of the anchor point related to the event.

cancel

Gets or sets a value indicating whether to allow the current operation. (Inherited from CancelEventArgs.)

context

Gets the canvas rendering context. (Inherited from ItemEventArgs.)

destination

Gets the candidate destination node; reported to validation events. (Inherited from LinkEventArgs.)

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

item

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

label

Gets the link label for which the event is raised. (Inherited from LinkEventArgs.)

link

Gets the link for which the event is raised. (Inherited from LinkEventArgs.)

mouseButton

Gets which mouse button has been pressed. (Inherited from ItemEventArgs.)

mousePosition

Gets the current mouse pointer position. (Inherited from ItemEventArgs.)

newText

Gets the text that has just been entered by the user. (Inherited from ItemEventArgs.)

node

Gets the node related to the event.

oldText

Gets the text that had been displayed in the node before the user edited it. (Inherited from ItemEventArgs.)

origin

Gets the candidate origin node; reported to validation events. (Inherited from LinkEventArgs.)

tableRow

Gets the zero-based index of the table row related to the event.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the creation or modification of the node. (Inherited from ItemEventArgs.)

 See Also