MonobjcMonobjc Documented Class Library
GroupDoubleAction Property
NamespacesMonobjc.AddressBookABPeoplePickerViewGroupDoubleAction

The action to be invoked when a group is double-clicked.

Original signature is '@property (nonatomic, assign) SEL groupDoubleAction'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr GroupDoubleAction { get; set; }
Public Overridable Property GroupDoubleAction As IntPtr
	Get
	Set
public:
virtual property IntPtr GroupDoubleAction {
	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)