LinkLauncher::LaunchLink Event

 

Occurs when the link is launched.

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

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

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

Return to top

Community Additions

ADD
Show: