PresenceNotificationReceived Event
Event handler that will note presence state changes for any target on the subscription.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PresenceNotificationReceived As EventHandler(Of RemotePresenceNotificationEventArgs)
'Usage
Dim instance As RemotePresence
Dim handler As EventHandler(Of RemotePresenceNotificationEventArgs)
AddHandler instance.PresenceNotificationReceived, handler
public event EventHandler<RemotePresenceNotificationEventArgs> PresenceNotificationReceived