Compartilhar via


LinkLauncher.LaunchLink Event

 

Occurs when the link is launched.

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

Syntax

public event EventHandler<LinkLaunchEventArgs> LaunchLink
public:
event EventHandler<LinkLaunchEventArgs^>^ LaunchLink {
    void add(EventHandler<LinkLaunchEventArgs^>^ value);
    void remove(EventHandler<LinkLaunchEventArgs^>^ value);
}
Public Event LaunchLink As EventHandler(Of LinkLaunchEventArgs)

Remarks

This event is exposed to users who want to perform an action different from the default behavior.

See Also

Launch
Microsoft.WindowsServerSolutions.Common.Controls.LinkLaunchEventArgs
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top