ABPeoplePickerNavigationController.SelectPerson Event

Definition

Prior to iOS 8, this event handler was called when the user selected a contact.

public event EventHandler<AddressBookUI.ABPeoplePickerSelectPersonEventArgs> SelectPerson;
member this.SelectPerson : EventHandler<AddressBookUI.ABPeoplePickerSelectPersonEventArgs> 

Event Type

Remarks

In iOS 8 and above, in addition to subscribing to this event, also subscribe to SelectPerson2.

Set Continue to true to display the contact and dismiss the picker.

Set Continue to false to do nothing.

Applies to