ScopeNodeBase.RefreshViewDescriptionEvent Event
Notifies that the view description is refreshed for the scope node.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ScopeNodeBase
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.RefreshViewDescriptionEvent, handler
Syntax
'Declaration
Public Event RefreshViewDescriptionEvent As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> RefreshViewDescriptionEvent
public:
event EventHandler<EventArgs^>^ RefreshViewDescriptionEvent {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
/** @event */
public void add_RefreshViewDescriptionEvent (EventHandler<EventArgs> value)
/** @event */
public void remove_RefreshViewDescriptionEvent (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 scope node in the event handler.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ScopeNodeBase Class
ScopeNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ViewDescriptionBase