LinkLabelLinkClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the LinkClicked event.
- C#
- VB.NET
public class LinkLabelLinkClickedEventArgs : EventArgs
Public Class LinkLabelLinkClickedEventArgs
Inherits EventArgs
Constructors
LinkLabelLinkClickedEventArgs(link)
Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link.
| Name | Type | Description |
|---|---|---|
| link | String | The link that was clicked. |
Properties
Link
String: Returns the link that was clicked.
Used By
| Name | Description |
|---|---|
| LinkLabelLinkClickedEventHandler | Represents the method that will handle the LinkClicked event of a LinkLabel. |