The following tables list the members exposed by LinkClickedEventArgs.
Name | Description | |
---|---|---|
LinkClickedEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
AddToVisitedLinks | Specifies 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. | |
Button | Gets which mouse button was pressed. | |
Context | Editor context that specifies the object, for example a grid cell, that the action was performed on. | |
LinkRef | Identifies 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. | |
LinkText | The text enclosed inside the anchor tag. | |
OpenLink | Specifies 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. |