Click or drag to resize

ContactPresenceChanged Event

Occurs when the contact's presence information changes. Note, that StartPresence must be invoked in order to trigger receiving presence updates. When the last listener is removed, StopPresence is automatically invoked which stops receiving presence updates for the contact.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<ContactPresenceChangedEventArgs> PresenceChanged

Value

Type: SystemEventHandlerContactPresenceChangedEventArgs
See Also