C# 클래스 Monobjc.AppKit.ActionDispatcher

상속: NSObject
파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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