ABPeoplePickerNavigationController.Cancelled 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.
iOS will call event handler when the user taps Cancel.
public event EventHandler Cancelled;
member this.Cancelled : EventHandler
Event Type
Remarks
If the developer does not subscribe to this event, the people picker will dismiss itself when the user taps cancel.
Note: Prior to iOS 8, the event handler was responsible for dismissing the people picker.