MonobjcMonobjc Documented Class Library
ShouldEnableActionForPersonIdentifier Method (person, identifier)
NamespacesMonobjc.AddressBookIABActionDelegateShouldEnableActionForPersonIdentifier(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.

Declaration Syntax
C#Visual BasicVisual C++
bool ShouldEnableActionForPersonIdentifier(
	ABPerson person,
	NSString identifier
)
Function ShouldEnableActionForPersonIdentifier ( _
	person As ABPerson, _
	identifier As NSString _
) As Boolean
bool ShouldEnableActionForPersonIdentifier(
	ABPerson^ person, 
	NSString^ identifier
)
Parameters
person (ABPerson)
The person on which the action will be taken.
identifier (NSString)
The unique identifier of the selected value.
Return Value
YES if the action is applicable; otherwise, NO.
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)