Skip to main content
Version: 4.1

LinkLabelLinkClickedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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.