ContactGroupServices.NotificationReceived Event
Event handler to notify about contacts and groups changes.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event NotificationReceived As EventHandler(Of ContactGroupNotificationEventArgs)
'Usage
Dim instance As ContactGroupServices
Dim handler As EventHandler(Of ContactGroupNotificationEventArgs)
AddHandler instance.NotificationReceived, handler
public event EventHandler<ContactGroupNotificationEventArgs> NotificationReceived