Class DBStatusChangedEventArgs

Definition

Namespace:
Tizen.Pims.Contacts
Assembly:
Tizen.Pims.Contacts.dll

Event arguments passed when the contacts database status is changed.

C#
Copy
public class DBStatusChangedEventArgs : EventArgs
Inheritance
object
System.EventArgs
DBStatusChangedEventArgs

Properties

View Source

Status

The contacts database status.

Declaration
C#
Copy
public ContactsDatabase.DBStatus Status { get; }
Property Value
Type Description
ContactsDatabase.DBStatus