Delegate ParseCallback

Definition

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

Delegates for getting a record parsed from a vCard file.

C#
Copy
public delegate bool ParseCallback(ContactsRecord record)