C# 클래스 Monobjc.AppKit.NSOpenPanel.NSOpenPanelSheetDispatcher

상속: NSObject
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
NSOpenPanelSheetDispatcher ( ) : System

Initializes a new instance of the NSOpenPanelSheetDispatcher class.

NSOpenPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSOpenPanelSheetDispatcher class.

NSOpenPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSOpenPanelSheetDispatcher class.

비공개 메소드들

메소드 설명
SheetDidEndReturnCodeContextInfo ( NSOpenPanel panel, NSInteger returnCode, IntPtr contextInfo ) : void

메소드 상세

NSOpenPanelSheetDispatcher() 공개 메소드

Initializes a new instance of the NSOpenPanelSheetDispatcher class.
public NSOpenPanelSheetDispatcher ( ) : System
리턴 System

NSOpenPanelSheetDispatcher() 공개 메소드

Initializes a new instance of the NSOpenPanelSheetDispatcher class.
public NSOpenPanelSheetDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
리턴 System

NSOpenPanelSheetDispatcher() 공개 메소드

Initializes a new instance of the NSOpenPanelSheetDispatcher class.
public NSOpenPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The modal delegate.
리턴 System