Edit

Share via


ExternalChangeEventArgs(ABAddressBook, NSDictionary) Constructor

Definition

Initializes a new instance of the ExternalChangeEventArgs class.

public ExternalChangeEventArgs (AddressBook.ABAddressBook addressBook, Foundation.NSDictionary info);
new AddressBook.ExternalChangeEventArgs : AddressBook.ABAddressBook * Foundation.NSDictionary -> AddressBook.ExternalChangeEventArgs

Parameters

addressBook
ABAddressBook

The ABAddressBook instance raising the ExternalChange event.

info
NSDictionary

A NSDictionary containing additional information about the event.

Remarks

This constructor initializes the AddressBook property of the new instance using with addressBook, and initializes the Info property of the new instance using info.

Applies to