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.

Declaration Syntax
Sub PerformActionForPersonIdentifier ( _
person As ABPerson, _
identifier As NSString _
)

Parameters
- person (ABPerson)
- The person on which the action will be taken.
- identifier (NSString)
- The unique identifier of the selected value.

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)