Version

LinkClickedEventArgs Class Members

The following tables list the members exposed by LinkClickedEventArgs.

Public Constructors
 NameDescription
Public ConstructorLinkClickedEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAddToVisitedLinksSpecifies whether to add the link to the visited links list. Default value is true when the Left mouse button is clicked and false for any other mouse button.  
Public PropertyButtonGets which mouse button was pressed.  
Public PropertyContextEditor context that specifies the object, for example a grid cell, that the action was performed on.  
Public PropertyLinkRefIdentifies the link that was clicked. This is the value of the href attribute of the anchor tag. If the href attribute was specified as relative url, then this will also be relative.  
Public PropertyLinkTextThe text enclosed inside the anchor tag.  
Public PropertyOpenLinkSpecifies whether the control should open the link. The link will be opened using the .NET Process class. The default value is true when the Left mouse button is clicked and false for any other mouse button.  
See Also