DelegateNotificationReceived Event

The DelegateNotificationReceived event handler notes changes to the list of delegatees.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event DelegateNotificationReceived As EventHandler(Of DelegatesNotificationEventArgs)
'Usage
Dim instance As LocalOwnerPresence
Dim handler As EventHandler(Of DelegatesNotificationEventArgs)

AddHandler instance.DelegateNotificationReceived, handler
public event EventHandler<DelegatesNotificationEventArgs> DelegateNotificationReceived

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace