MonobjcMonobjc Documented Class Library
DoubleActionEventHandler Delegate
NamespacesMonobjc.AppKitDoubleActionEventHandler
Delegate to subscribe to DoubleActionEvent events.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void DoubleActionEventHandler(
	Id sender
)
Public Delegate Sub DoubleActionEventHandler ( _
	sender As Id _
)
public delegate void DoubleActionEventHandler(
	Id^ sender
)
Parameters
sender (Id)
The sender of the event
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.AppKit (Module: Monobjc.AppKit)