Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.Windows.Forms.LinkLabelLinkClickedEventArgsThe event data.
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