Notifies that the console parent node has initiated a refresh
standard action
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As ConsoleParentNode
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.ResultPaneRefreshEvent, handler
|
Syntax
Visual Basic |
Public Event ResultPaneRefreshEvent As EventHandler(Of EventArgs)
|
C# |
public event EventHandler<EventArgs> ResultPaneRefreshEvent
|
C++ |
public:
event EventHandler<EventArgs^>^ ResultPaneRefreshEvent {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
|
J# |
/** @event */
public void add_ResultPaneRefreshEvent (EventHandler<EventArgs> value)
/** @event */
public void remove_ResultPaneRefreshEvent (EventHandler<EventArgs> value)
|
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also