LaunchingEventArgs Class
Fires before performing the action.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | LaunchingEventArgs(String^, IContext^, Boolean) | Initializes a new instance of the LaunchingEventArgs class with the specified context, context name, and cancel parameter. |
| Name | Description | |
|---|---|---|
![]() | ActionMoniker | Gets the name of the action. |
![]() | Cancel | Gets or sets a value indicating whether the event source should be cancelled. |
![]() | Context | Gets the specified context property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


