Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim instance As ConsoleParentNode Dim handler As EventHandler(Of QueryProcessorSetupEventArgs) AddHandler instance.ScopePaneQuerySetupEvent, handler |
Syntax
Visual Basic |
---|
Public Event ScopePaneQuerySetupEvent As EventHandler(Of QueryProcessorSetupEventArgs) |
C# |
---|
public event EventHandler<QueryProcessorSetupEventArgs> ScopePaneQuerySetupEvent |
C++ |
---|
public: event EventHandler<QueryProcessorSetupEventArgs^>^ ScopePaneQuerySetupEvent { void add (EventHandler<QueryProcessorSetupEventArgs^>^ value); void remove (EventHandler<QueryProcessorSetupEventArgs^>^ value); } |
J# |
---|
/** @event */ public void add_ScopePaneQuerySetupEvent (EventHandler<QueryProcessorSetupEventArgs> value) /** @event */ public void remove_ScopePaneQuerySetupEvent (EventHandler<QueryProcessorSetupEventArgs> value) |
JScript |
---|
|
Remarks
Arguments for this event are represented by a QueryProcessorSetupEventArgs object.
Views can subscribe to this event to get called to supply actions for the console parent node in the event handler.