ABPeoplePickerNavigationController.PerformAction2 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.
In iOS8 and above, this event handler will be called after a person has been selected by the user.
public event EventHandler<AddressBookUI.ABPeoplePickerPerformAction2EventArgs> PerformAction2;
member this.PerformAction2 : EventHandler<AddressBookUI.ABPeoplePickerPerformAction2EventArgs>