C# Class Monobjc.AppKit.DoubleActionDispatcher

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

Public Properties

Property Type Description
DoubleActionDispatcherClass Class

Public Methods

Method Description
DoubleActionDispatcher ( ) : System

Initializes a new instance of the DoubleActionDispatcher class.

DoubleActionDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the DoubleActionDispatcher class.

Protected Methods

Method Description
DoubleActionDispatcher ( IDoubleActionProvider provider ) : System

Initializes a new instance of the ActionDispatcher class.

Private Methods

Method Description
AddHandler ( IDoubleActionProvider provider, DoubleActionEventHandler handler ) : void
DoDoubleAction ( Id sender ) : void
RemoveHandler ( IDoubleActionProvider provider, DoubleActionEventHandler handler ) : void

Method Details

DoubleActionDispatcher() public method

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

DoubleActionDispatcher() protected method

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

DoubleActionDispatcher() public method

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

Property Details

DoubleActionDispatcherClass public_oe static_oe property

Static field for a quick access to the DoubleActionDispatcher class.
public static Class DoubleActionDispatcherClass
return Class