Class DBChangedEventArgs

Definition

Namespace:
Tizen.Pims.Contacts
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Event arguments passed when the contacts database is changed.

C#
Copy
public class DBChangedEventArgs : EventArgs
Inheritance
DBChangedEventArgs

Properties

View Source

ViewUri

The contacts view URI is changed.

Declaration
C#
Copy
public string ViewUri { get; }
Property Value
Type Description
System.String
API Level: 4