IOperationalDataManagement.OnGroomingNotification Event

Updated: April 16, 2012

Notifies subscribers when grooming occurs. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim handler As EventHandler(Of GroomingNotificationEventArgs) AddHandler instance.OnGroomingNotification, handler Event OnGroomingNotification As EventHandler(Of GroomingNotificationEventArgs)event EventHandler<GroomingNotificationEventArgs> OnGroomingNotificationevent 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)

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


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms