Skip to main content
Version: 3.5

LinkLabelLinkClickedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the LinkClicked event.

public class LinkLabelLinkClickedEventArgs : EventArgs

Constructors

Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link.

NameTypeDescription
linkStringThe link that was clicked.

Properties

String: Returns the link that was clicked.

Used By

NameDescription
LinkLabelLinkClickedEventHandlerRepresents the method that will handle the LinkClicked event of a LinkLabel.