Share via


ManagementGroup.OnGroomingNotification Event

Definition

Caution

Please use OperationalData.OnGroomingNotification

Notifies subscribers of grooming occuring. Upon subscription, callers will receive all the latest grooming info objects and subsequent notifications will only include changes.

public:
 event EventHandler<Microsoft::EnterpriseManagement::Monitoring::GroomingNotificationEventArgs ^> ^ OnGroomingNotification;
[System.Obsolete("Please use OperationalData.OnGroomingNotification")]
public event EventHandler<Microsoft.EnterpriseManagement.Monitoring.GroomingNotificationEventArgs> OnGroomingNotification;
member this.OnGroomingNotification : EventHandler<Microsoft.EnterpriseManagement.Monitoring.GroomingNotificationEventArgs> 
Public Custom Event OnGroomingNotification As EventHandler(Of GroomingNotificationEventArgs) 

Event Type

Attributes

Remarks

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

Applies to