LaunchingEventArgs(String, IContext, Boolean) Constructor

Definition

Initializes a new instance of the LaunchingEventArgs class with the specified context, context name, and cancel parameter.

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

Parameters

actionMoniker
String

Represents the name of the action.

context
IContext

Represents the specified property from the context.

cancel
Boolean

true if cancel is the action; otherwise, false.

Applies to