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.
Provides data for the LinkLauncher.LaunchLink event.
Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.WindowsServerSolutions.Common.Controls.LinkLaunchEventArgs
Syntax
public class LinkLaunchEventArgs : EventArgs
public ref class LinkLaunchEventArgs : EventArgs
Public Class LinkLaunchEventArgs
    Inherits EventArgs
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | LinkLaunchEventArgs(Link) | Initializes a new instance of the LinkLaunchEventArgs class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ArgumentFormatString | Gets or sets the parameters to use when running the executable. | 
| .jpeg) | ShellExecPath | Gets or sets the execution file path. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top