C# 클래스 Monobjc.AppKit.NSPrintPanel.NSPrintPanelSheetDispatcher

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

공개 메소드들

메소드 설명
NSPrintPanelSheetDispatcher ( ) : System

Initializes a new instance of the NSPrintPanelSheetDispatcher class.

NSPrintPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSPrintPanelSheetDispatcher class.

NSPrintPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSPrintPanelSheetDispatcher class.

비공개 메소드들

메소드 설명
PrintPanelDidEndReturnCodeContextInfo ( NSPrintPanel printPanel, NSInteger returnCode, IntPtr contextInfo ) : void

메소드 상세

NSPrintPanelSheetDispatcher() 공개 메소드

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

NSPrintPanelSheetDispatcher() 공개 메소드

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

NSPrintPanelSheetDispatcher() 공개 메소드

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