Share via


IOperationalDataManagement.OnGroomingNotification Event

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Notifies subscribers when grooming occurs.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As IOperationalDataManagement
Dim handler As EventHandler(Of GroomingNotificationEventArgs)

AddHandler instance.OnGroomingNotification, handler

Syntax

'Declaration
Event OnGroomingNotification As EventHandler(Of GroomingNotificationEventArgs)
event EventHandler<GroomingNotificationEventArgs> OnGroomingNotification
event EventHandler<GroomingNotificationEventArgs^>^ OnGroomingNotification {
    void add (EventHandler<GroomingNotificationEventArgs^>^ value);
    void remove (EventHandler<GroomingNotificationEventArgs^>^ value);
}
/** @event */
void add_OnGroomingNotification (EventHandler<GroomingNotificationEventArgs> value)

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

Remarks

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IOperationalDataManagement Interface
IOperationalDataManagement Members
Microsoft.EnterpriseManagement Namespace