LocalOwnerPresence.DelegateNotificationReceived Event
Raised when notification for delegates is received.
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