LinkLaunchEventArgs Constructor (Link)
Initializes a new instance of the LinkLaunchEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public LinkLaunchEventArgs(
Link link
)
public:
LinkLaunchEventArgs(
Link^ link
)
Public Sub New (
link As Link
)
Parameters
link
Type: Microsoft.WindowsServerSolutions.Common.Controls.LinkThe link that is launched.
See Also
LinkLaunchEventArgs Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top