MonobjcMonobjc Documented Class Library
IABActionDelegate Interface
NamespacesMonobjc.AddressBookIABActionDelegate

[Missing <summary> documentation for "T:Monobjc.AddressBook.IABActionDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface IABActionDelegate : IManagedWrapper
Public Interface IABActionDelegate _
	Inherits IManagedWrapper
public interface class IABActionDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
ActionProperty

Sent to the delegate to request the property the action applies to.

Original signature is '- (NSString *)actionProperty'

Available in Mac OS X v10.3 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
PerformActionForPersonIdentifier(ABPerson, NSString)

Sent to the delegate to perform the action.

Original signature is '- (void)performActionForPerson:(ABPerson *)person identifier:(NSString *)identifier'

Available in Mac OS X v10.3 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
ShouldEnableActionForPersonIdentifier(ABPerson, NSString)

Sent to the delegate to determine whether the action should be enabled.

Original signature is '- (BOOL)shouldEnableActionForPerson:(ABPerson *)person identifier:(NSString *)identifier'

Available in Mac OS X v10.3 and later.


TitleForPersonIdentifier(ABPerson, NSString)

Sent to the delegate to request the title of the menu item for the action.

Original signature is '- (NSString *)titleForPerson:(ABPerson *)person identifier:(NSString *)identifier'

Available in Mac OS X v10.3 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)