Partager via


ConsoleParentNode.ResultPaneQuerySetupEvent Event

Notifies that the console parent node has set up the results 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.ResultPaneQuerySetupEvent, handler

Syntax

'Declaration
Public Event ResultPaneQuerySetupEvent As EventHandler(Of QueryProcessorSetupEventArgs)
public event EventHandler<QueryProcessorSetupEventArgs> ResultPaneQuerySetupEvent
public:
event EventHandler<QueryProcessorSetupEventArgs^>^ ResultPaneQuerySetupEvent {
    void add (EventHandler<QueryProcessorSetupEventArgs^>^ value);
    void remove (EventHandler<QueryProcessorSetupEventArgs^>^ value);
}
/** @event */
public void add_ResultPaneQuerySetupEvent (EventHandler<QueryProcessorSetupEventArgs> value)

/** @event */
public void remove_ResultPaneQuerySetupEvent (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