Search
LinkValidationEventArgs Members
Constructors Properties
 


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 or sets the adjustment handle being moved by the user. (Inherited from LinkEventArgs.)

anchorIndex

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

Link

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

MouseButton

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

MousePosition

Gets or sets the current mouse pointer position. (Inherited from LinkEventArgs.)

node

Gets the node related to the event.

tableRow

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

 See Also