ConsoleParentNode.ScopePaneQueryCompletedEvent Event
Notifies that a query operation has completed for the scope pane.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConsoleParentNode
Dim handler As EventHandler(Of AsyncCompletedEventArgs)
AddHandler instance.ScopePaneQueryCompletedEvent, handler
Syntax
'Declaration
Public Event ScopePaneQueryCompletedEvent As EventHandler(Of AsyncCompletedEventArgs)
public event EventHandler<AsyncCompletedEventArgs> ScopePaneQueryCompletedEvent
public:
event EventHandler<AsyncCompletedEventArgs^>^ ScopePaneQueryCompletedEvent {
void add (EventHandler<AsyncCompletedEventArgs^>^ value);
void remove (EventHandler<AsyncCompletedEventArgs^>^ value);
}
/** @event */
public void add_ScopePaneQueryCompletedEvent (EventHandler<AsyncCompletedEventArgs> value)
/** @event */
public void remove_ScopePaneQueryCompletedEvent (EventHandler<AsyncCompletedEventArgs> value)
Remarks
Arguments for this event are represented by a System.ComponentModel.AsyncCompletedEventArgs 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