Szerkesztés

Megosztás a következőn keresztül:


ABPeoplePickerNavigationController.Cancelled Event

Definition

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.

Applies to