ActionCompletedEventArgs(String, IContext, IContext) Constructor

Definition

Initializes a new instance of the ActionCompletedEventArgs class with specified actionMoniker, context, and resultContext parameters.

public:
 ActionCompletedEventArgs(System::String ^ actionMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context, Microsoft::SqlServer::Management::Data::IContext ^ resultContext);
public ActionCompletedEventArgs (string actionMoniker, Microsoft.SqlServer.Management.Data.IContext context, Microsoft.SqlServer.Management.Data.IContext resultContext);
new Microsoft.SqlServer.Management.ActionCompletedEventArgs : string * Microsoft.SqlServer.Management.Data.IContext * Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.ActionCompletedEventArgs
Public Sub New (actionMoniker As String, context As IContext, resultContext As IContext)

Parameters

actionMoniker
String

Represents the name of the action.

context
IContext

Represents the context.

resultContext
IContext

Represents the result of the context.

Applies to