ExternalChangeEventArgs(ABAddressBook, NSDictionary) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.