MonobjcMonobjc Documented Class Library
kABDatabaseChangedNotification Field
NamespacesMonobjc.AddressBookABAddressBookkABDatabaseChangedNotification

Posted when this process has changed the Address Book database.

Depending on the operation performed on the address book, one or more of the following keys may be included in the user-info dictionary: kABInsertedRecords, kABUpdatedRecords, and kABDeletedRecords. The values for each of the keys are the unique IDs of the records that were inserted, updated, or deleted, respectively. If the values for all the keys are nil, every record has changes. For example, this happens when the Address Book database is restored from a backup copy.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kABDatabaseChangedNotification
Public Shared ReadOnly kABDatabaseChangedNotification As NSString
public:
static initonly NSString^ kABDatabaseChangedNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)