RemotePresence.PresenceSubscriptionStateChanged Event
Raised when subscription state changes for any target.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PresenceSubscriptionStateChanged As EventHandler(Of RemotePresenceSubscriptionStateChangedEventArgs)
'Usage
Dim instance As RemotePresence
Dim handler As EventHandler(Of RemotePresenceSubscriptionStateChangedEventArgs)
AddHandler instance.PresenceSubscriptionStateChanged, handler
public event EventHandler<RemotePresenceSubscriptionStateChangedEventArgs> PresenceSubscriptionStateChanged