ManagementGroup.OnGroomingNotification Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.