C# Класс Monobjc.AppKit.ActionDispatcher

Наследование: NSObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ActionDispatcherClass Class

Открытые методы

Метод Описание
ActionDispatcher ( ) : System

Initializes a new instance of the ActionDispatcher class.

ActionDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the ActionDispatcher class.

Защищенные методы

Метод Описание
ActionDispatcher ( IActionProvider provider ) : System

Initializes a new instance of the ActionDispatcher class.

Приватные методы

Метод Описание
AddHandler ( IActionProvider provider, ActionEventHandler handler ) : void
DoAction ( Id sender ) : void
RemoveHandler ( IActionProvider provider, ActionEventHandler handler ) : void

Описание методов

ActionDispatcher() публичный Метод

Initializes a new instance of the ActionDispatcher class.
public ActionDispatcher ( ) : System
Результат System

ActionDispatcher() защищенный Метод

Initializes a new instance of the ActionDispatcher class.
protected ActionDispatcher ( IActionProvider provider ) : System
provider IActionProvider The provider.
Результат System

ActionDispatcher() публичный Метод

Initializes a new instance of the ActionDispatcher class.
public ActionDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
Результат System

Описание свойств

ActionDispatcherClass публичное статическое свойство

Static field for a quick access to the ActionDispatcher class.
public static Class ActionDispatcherClass
Результат Class