Search
LinkEventArgs Members
Constructors Properties
 


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

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

 Public Constructors

  Name Description

LinkEventArgs

Initializes a new instance of the LinkEventArgs class.

 Public Properties

  Name Description

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.)

label

Gets the link label for which the event is raised.

link

Gets the link for which the event is raised.

 See Also