C# Class Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher

Inheritance: NSObject
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode 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

Méthode Description
PanelDidEndReturnCodeContextInfo ( NSSavePanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

NSSavePanelSheetDispatcher() public méthode

Initializes a new instance of the NSSavePanelSheetDispatcher class.
public NSSavePanelSheetDispatcher ( ) : System
Résultat System

NSSavePanelSheetDispatcher() public méthode

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

NSSavePanelSheetDispatcher() public méthode

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