ConsoleParentNode.ScopePaneQuerySetupEvent Event
Notifies that the console parent node has set up the scope pane for a query.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConsoleParentNode
Dim handler As EventHandler(Of QueryProcessorSetupEventArgs)
AddHandler instance.ScopePaneQuerySetupEvent, handler
Syntax
'Declaration
Public Event ScopePaneQuerySetupEvent As EventHandler(Of QueryProcessorSetupEventArgs)
public event EventHandler<QueryProcessorSetupEventArgs> ScopePaneQuerySetupEvent
public:
event EventHandler<QueryProcessorSetupEventArgs^>^ ScopePaneQuerySetupEvent {
void add (EventHandler<QueryProcessorSetupEventArgs^>^ value);
void remove (EventHandler<QueryProcessorSetupEventArgs^>^ value);
}
/** @event */
public void add_ScopePaneQuerySetupEvent (EventHandler<QueryProcessorSetupEventArgs> value)
/** @event */
public void remove_ScopePaneQuerySetupEvent (EventHandler<QueryProcessorSetupEventArgs> value)
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.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
QueryProcessorSetupEventArgs