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.
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.Link- The link that is launched. 
See Also
LinkLaunchEventArgs Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top