RemotePresence.PresenceSubscriptionStateChanged 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 any target.
public:
event EventHandler<Microsoft::Rtc::Collaboration::Presence::RemotePresenceSubscriptionStateChangedEventArgs ^> ^ PresenceSubscriptionStateChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.Presence.RemotePresenceSubscriptionStateChangedEventArgs> PresenceSubscriptionStateChanged;
member this.PresenceSubscriptionStateChanged : EventHandler<Microsoft.Rtc.Collaboration.Presence.RemotePresenceSubscriptionStateChangedEventArgs>
Public Custom Event PresenceSubscriptionStateChanged As EventHandler(Of RemotePresenceSubscriptionStateChangedEventArgs)