LaunchedEventArgs(String, IContext, IContext) Constructor

Definition

Initializes a new instance of the LaunchedEventArgs class with the specified context and context name and result.

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

Parameters

actionMoniker
String

A string that represents the name of the action.

context
IContext

The specified context.

resultContext
IContext

The specified result of the context.

Applies to