Delegate ParseCallback

Definition

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

Delegates for getting a record parsed from a vCard file.

C#
Copy
public delegate bool ParseCallback(ContactsRecord record);