C# Класс Monobjc.AppKit.NSPrintPanel.NSPrintPanelSheetDispatcher

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

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

Метод Описание
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