Notifies that a query operation has completed for the results pane.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As ConsoleParentNode
Dim handler As EventHandler(Of AsyncCompletedEventArgs)
AddHandler instance.ResultPaneQueryCompletedEvent, handler
|
Syntax
Visual Basic |
Public Event ResultPaneQueryCompletedEvent As EventHandler(Of AsyncCompletedEventArgs)
|
C# |
public event EventHandler<AsyncCompletedEventArgs> ResultPaneQueryCompletedEvent
|
C++ |
public:
event EventHandler<AsyncCompletedEventArgs^>^ ResultPaneQueryCompletedEvent {
void add (EventHandler<AsyncCompletedEventArgs^>^ value);
void remove (EventHandler<AsyncCompletedEventArgs^>^ value);
}
|
J# |
/** @event */
public void add_ResultPaneQueryCompletedEvent (EventHandler<AsyncCompletedEventArgs> value)
/** @event */
public void remove_ResultPaneQueryCompletedEvent (EventHandler<AsyncCompletedEventArgs> value)
|
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also