ABPeoplePickerNavigationController.PerformAction 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 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.