LocalOwnerPresence.PresenceNotificationReceived Event
Raised when notification for presence categories is received.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PresenceNotificationReceived As EventHandler(Of LocalPresentityNotificationEventArgs)
'Usage
Dim instance As LocalOwnerPresence
Dim handler As EventHandler(Of LocalPresentityNotificationEventArgs)
AddHandler instance.PresenceNotificationReceived, handler
public event EventHandler<LocalPresentityNotificationEventArgs> PresenceNotificationReceived