Partager via


ConsoleParentNode.ResultPaneRefreshEvent Event

Notifies that the console parent node has initiated a refresh standard action

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As ConsoleParentNode
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.ResultPaneRefreshEvent, handler

Syntax

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

/** @event */
public void remove_ResultPaneRefreshEvent (EventHandler<EventArgs> value)

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

Reference

ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace