Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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