PeerContact::OnPresenceChanged Method (PresenceChangedEventArgs^)
.NET Framework (current version)
Raises the PresenceChanged event when the PeerPresenceInfo of a peer has changed.
Assembly: System.Net (in System.Net.dll)
protected: virtual void OnPresenceChanged( PresenceChangedEventArgs^ presenceChangedArgs )
Parameters
- presenceChangedArgs
-
Type:
System.Net.PeerToPeer.Collaboration::PresenceChangedEventArgs^
The PresenceChangedEventArgs object to be passed to delegates associated with the PresenceChanged event.
Presence changes occur when a peer signs out of an application, an application is registered or unregistered from the collaboration infrastructure, or a peer unsubscribes from a PeerContact or PeerNearMe.
.NET Framework
Available since 3.5
Available since 3.5
Show: