C# Class Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher

Inheritance: NSObject
Mostrar archivo Open project: Monobjc/monobjc

Public Methods

Method Description
NSSavePanelSheetDispatcher ( ) : System

Initializes a new instance of the NSSavePanelSheetDispatcher class.

NSSavePanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSSavePanelSheetDispatcher class.

NSSavePanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSSavePanelSheetDispatcher class.

Private Methods

Method Description
PanelDidEndReturnCodeContextInfo ( NSSavePanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

NSSavePanelSheetDispatcher() public method

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

NSSavePanelSheetDispatcher() public method

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

NSSavePanelSheetDispatcher() public method

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