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