ABPeoplePickerNavigationController.SelectPerson Event
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.
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.