RemotePresenceView.PresenceNotificationReceived Event
Raised when presence notifications arrive for participants in this view.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PresenceNotificationReceived As EventHandler(Of RemotePresentitiesNotificationEventArgs)
'Usage
Dim instance As RemotePresenceView
Dim handler As EventHandler(Of RemotePresentitiesNotificationEventArgs)
AddHandler instance.PresenceNotificationReceived, handler
public event EventHandler<RemotePresentitiesNotificationEventArgs> PresenceNotificationReceived