RemotePresenceView.SubscriptionStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when subscription state changes for participants in this view.
public:
event EventHandler<Microsoft::Rtc::Collaboration::Presence::RemoteSubscriptionStateChangedEventArgs ^> ^ SubscriptionStateChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.Presence.RemoteSubscriptionStateChangedEventArgs> SubscriptionStateChanged;
member this.SubscriptionStateChanged : EventHandler<Microsoft.Rtc.Collaboration.Presence.RemoteSubscriptionStateChangedEventArgs>
Public Custom Event SubscriptionStateChanged As EventHandler(Of RemoteSubscriptionStateChangedEventArgs)