C# Class Monobjc.AppKit.NSPrintPanel.NSPrintPanelSheetDispatcher

Inheritance: NSObject
Mostrar archivo Open project: Monobjc/monobjc

Public Methods

Method Description
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.

Private Methods

Method Description
PrintPanelDidEndReturnCodeContextInfo ( NSPrintPanel printPanel, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

NSPrintPanelSheetDispatcher() public method

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

NSPrintPanelSheetDispatcher() public method

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

NSPrintPanelSheetDispatcher() public method

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