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)
JScript

Remarks

Arguments for this event are represented by a System.EventArgs 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