ActionCompletedEventArgs Class
Provides data for the ActionCompletedEventArgs class. Inherits from EventArgs.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | ActionCompletedEventArgs(String^, IContext^, IContext^) | Initializes a new instance of the ActionCompletedEventArgs class with specified actionMoniker, context, and resultContext parameters. |
| Name | Description | |
|---|---|---|
![]() | ActionMoniker | Gets the name of the action. |
![]() | Context | Gets the specified context property from the context. |
![]() | ResultContext | Gets the result of the specified context. |
| 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:


