RemotePresence.PresenceNotificationReceived 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 presence state changes for any target on the subscription.
public:
event EventHandler<Microsoft::Rtc::Collaboration::Presence::RemotePresenceNotificationEventArgs ^> ^ PresenceNotificationReceived;
public event EventHandler<Microsoft.Rtc.Collaboration.Presence.RemotePresenceNotificationEventArgs> PresenceNotificationReceived;
member this.PresenceNotificationReceived : EventHandler<Microsoft.Rtc.Collaboration.Presence.RemotePresenceNotificationEventArgs>
Public Custom Event PresenceNotificationReceived As EventHandler(Of RemotePresenceNotificationEventArgs)