RemotePresenceView.SubscriptionStateChanged Event
Raised when subscription state changes for participants in this view.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event SubscriptionStateChanged As EventHandler(Of RemoteSubscriptionStateChangedEventArgs)
'Usage
Dim instance As RemotePresenceView
Dim handler As EventHandler(Of RemoteSubscriptionStateChangedEventArgs)
AddHandler instance.SubscriptionStateChanged, handler
public event EventHandler<RemoteSubscriptionStateChangedEventArgs> SubscriptionStateChanged