LaunchedEventArgs(String, IContext, IContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.