The action to be invoked when a name is double-clicked.
Original signature is '@property (nonatomic, assign) SEL nameDoubleAction;'
Available in Mac OS X v10.5 and later.

Declaration Syntax
public virtual IntPtr NameDoubleAction { get; set; }
Public Overridable Property NameDoubleAction As IntPtr
Get
Set
public:
virtual property IntPtr NameDoubleAction {
IntPtr get ();
void set (IntPtr 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)