Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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