MonobjcMonobjc Documented Class Library
ActionEventHandler Delegate
NamespacesMonobjc.AppKitActionEventHandler
Delegate to subscribe to ActionEvent events.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ActionEventHandler(
	Id sender
)
Public Delegate Sub ActionEventHandler ( _
	sender As Id _
)
public delegate void ActionEventHandler(
	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)