Click or drag to resize

ContactsLoadingEventArgs Class

EventArgs used to report contact loading operation finish for single provider. This is triggered for every configured provider and used for successful result.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesContactsLoadingEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContactsLoadingEventArgs : EventArgs

The ContactsLoadingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContactProviderType
The contact source type which reported loading complete.
Public propertyLoadingComplete
Indicates whether all contact providers have completed the contact loading operation either reporting success or failure.
Top
See Also