ExternalChangeEventArgs Class

Definition

Provides data for the ExternalChange event.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ExternalChangeEventArgs : EventArgs
type ExternalChangeEventArgs = class
    inherit EventArgs
Inheritance
ExternalChangeEventArgs
Attributes

Constructors

ExternalChangeEventArgs(ABAddressBook, NSDictionary)

Initializes a new instance of the ExternalChangeEventArgs class.

Properties

AddressBook

The ABAddressBook which raised the ExternalChange event.

Info

Additional informationa about the ExternalChange event.

Applies to