Click or drag to resize

CallLogService Events

The CallLogService type exposes the following members.

Events
  NameDescription
Public eventCallLogsAdded
Occurs when new call log item(s) are added to the system.
Public eventCallLogServiceCapabilitiesChanged
Occurs when the Call Log Service capabilities changed. Check the Call Log Service capabilities when the event is triggered.
Public eventCallLogsLoaded
Occurs when loading persistent call log items into the system is completed. Status reported in CallLogServiceEventArgs indicates if Call Log Service has been correctly initialized. A failure status in this event may mean unexpected Call Log Service behavior going forward. At a minimum, new call log items will not be persisted.
Public eventCallLogsRead
Occurs when call log item(s) are read.
Public eventCallLogsRemoved
Occurs when call log item(s) are removed.
Public eventCallLogsUpdated
Occurs when an existing call log item is updated in the system.
Top
See Also