LinkLabelLinkClickedEventArgs
Wisej.Web.LinkLabelLinkClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the LinkClicked event.
Constructors
LinkLabelLinkClickedEventArgs(link)

Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link.
Name
Type
Description
Properties
Link

String: Returns the link that was clicked.
Used By
Name
Description
Represents the method that will handle the LinkClicked event of a LinkLabel.
Last updated
Was this helpful?