C# Class Monobjc.AppKit.ActionDispatcher

Inheritance: NSObject
Mostrar archivo Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
ActionDispatcherClass Class

Public Methods

Method Description
ActionDispatcher ( ) : System

Initializes a new instance of the ActionDispatcher class.

ActionDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the ActionDispatcher class.

Protected Methods

Method Description
ActionDispatcher ( IActionProvider provider ) : System

Initializes a new instance of the ActionDispatcher class.

Private Methods

Method Description
AddHandler ( IActionProvider provider, ActionEventHandler handler ) : void
DoAction ( Id sender ) : void
RemoveHandler ( IActionProvider provider, ActionEventHandler handler ) : void

Method Details

ActionDispatcher() public method

Initializes a new instance of the ActionDispatcher class.
public ActionDispatcher ( ) : System
return System

ActionDispatcher() protected method

Initializes a new instance of the ActionDispatcher class.
protected ActionDispatcher ( IActionProvider provider ) : System
provider IActionProvider The provider.
return System

ActionDispatcher() public method

Initializes a new instance of the ActionDispatcher class.
public ActionDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
return System

Property Details

ActionDispatcherClass public_oe static_oe property

Static field for a quick access to the ActionDispatcher class.
public static Class ActionDispatcherClass
return Class