Notifies that the view description is refreshed for the scope node.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As ScopeNodeBase
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.RefreshViewDescriptionEvent, handler
|
Syntax
Visual Basic |
Public Event RefreshViewDescriptionEvent As EventHandler(Of EventArgs)
|
C# |
public event EventHandler<EventArgs> RefreshViewDescriptionEvent
|
C++ |
public:
event EventHandler<EventArgs^>^ RefreshViewDescriptionEvent {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
|
J# |
/** @event */
public void add_RefreshViewDescriptionEvent (EventHandler<EventArgs> value)
/** @event */
public void remove_RefreshViewDescriptionEvent (EventHandler<EventArgs> value)
|
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also