Notifies subscribers when grooming occurs. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroup
Dim handler As EventHandler(Of GroomingNotificationEventArgs)

AddHandler instance.OnGroomingNotification, handler

Syntax

Visual Basic
Public Event OnGroomingNotification As EventHandler(Of GroomingNotificationEventArgs)
C#
public event EventHandler<GroomingNotificationEventArgs> OnGroomingNotification
C++
public:
event EventHandler<GroomingNotificationEventArgs^>^ OnGroomingNotification {
		void add (EventHandler<GroomingNotificationEventArgs^>^ value);
		void remove (EventHandler<GroomingNotificationEventArgs^>^ value);
}
J#
/** @event */
public void add_OnGroomingNotification (EventHandler<GroomingNotificationEventArgs> value)

/** @event */
public void remove_OnGroomingNotification (EventHandler<GroomingNotificationEventArgs> value)
JScript

Remarks

Upon subscription, callers receive all the latest grooming information objects. Subsequent notifications include only grooming changes.


Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also