IABPeoplePickerNavigationControllerDelegate Interface

Definition

A delegate object that allows the application developer to have fine-grained control of events in the life-cycle of a ABPeoplePickerNavigationController.

[Foundation.Protocol(Name="ABPeoplePickerNavigationControllerDelegate", WrapperType=typeof(AddressBookUI.ABPeoplePickerNavigationControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldContinue", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson) }, ReturnType=typeof(System.Boolean), Selector="peoplePickerNavigationController:shouldContinueAfterSelectingPerson:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldContinue", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson), typeof(System.Int32), typeof(System.Int32) }, ReturnType=typeof(System.Boolean), Selector="peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Cancelled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController) }, Selector="peoplePickerNavigationControllerDidCancel:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectPerson", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson) }, Selector="peoplePickerNavigationController:didSelectPerson:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectPerson", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson), typeof(System.Int32), typeof(System.Int32) }, Selector="peoplePickerNavigationController:didSelectPerson:property:identifier:")]
public interface IABPeoplePickerNavigationControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="ABPeoplePickerNavigationControllerDelegate", WrapperType=typeof(AddressBookUI.ABPeoplePickerNavigationControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldContinue", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson) }, ReturnType=typeof(System.Boolean), Selector="peoplePickerNavigationController:shouldContinueAfterSelectingPerson:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldContinue", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson), typeof(System.Int32), typeof(System.Int32) }, ReturnType=typeof(System.Boolean), Selector="peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Cancelled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController) }, Selector="peoplePickerNavigationControllerDidCancel:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectPerson", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson) }, Selector="peoplePickerNavigationController:didSelectPerson:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectPerson", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AddressBookUI.ABPeoplePickerNavigationController), typeof(AddressBook.ABPerson), typeof(System.Int32), typeof(System.Int32) }, Selector="peoplePickerNavigationController:didSelectPerson:property:identifier:")>]
type IABPeoplePickerNavigationControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to

See also