Share via


DashboardLinkLabel.OnLinkClicked Method (LinkLabelLinkClickedEventArgs)

 

Raises the LinkClicked event.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected override void OnLinkClicked(
    LinkLabelLinkClickedEventArgs e
)
protected:
virtual void OnLinkClicked(
    LinkLabelLinkClickedEventArgs^ e
) override
Protected Overrides Sub OnLinkClicked (
    e As LinkLabelLinkClickedEventArgs
)

Parameters

Remarks

This method executes the assigned link. The link is executed only when the left mouse button, the Enter key, or the Spacebar is used.

See Also

LinkClicked
LinkLabelLinkClickedEventArgs
DashboardLinkLabel Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top