ABPeoplePickerNavigationController.SelectPerson 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 iOS 8 之前,當使用者選取連絡人時,會呼叫此事件處理常式。
public event EventHandler<AddressBookUI.ABPeoplePickerSelectPersonEventArgs> SelectPerson;
member this.SelectPerson : EventHandler<AddressBookUI.ABPeoplePickerSelectPersonEventArgs>
事件類型
備註
在 iOS 8 和更新版本中,除了訂閱此事件之外,也訂閱 SelectPerson2 。
設定 Continue 為 true
以顯示連絡人並關閉選擇器。
設定 Continue 為 false
不執行任何動作。