ABPeoplePickerNavigationController.PerformAction Event

Definition

Prior to iOS 8, this event handler was called when the user selected one of the person’s properties.

public event EventHandler<AddressBookUI.ABPeoplePickerPerformActionEventArgs> PerformAction;
member this.PerformAction : EventHandler<AddressBookUI.ABPeoplePickerPerformActionEventArgs> 

Event Type

Remarks

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

Applies to