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.

