C# Class Monobjc.AppKit.NSOpenPanel.NSOpenPanelSheetDispatcher

Inheritance: NSObject
Mostra file Open project: Monobjc/monobjc

Public Methods

Method Description
NSOpenPanelSheetDispatcher ( ) : System

Initializes a new instance of the NSOpenPanelSheetDispatcher class.

NSOpenPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSOpenPanelSheetDispatcher class.

NSOpenPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSOpenPanelSheetDispatcher class.

Private Methods

Method Description
SheetDidEndReturnCodeContextInfo ( NSOpenPanel panel, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

NSOpenPanelSheetDispatcher() public method

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

NSOpenPanelSheetDispatcher() public method

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

NSOpenPanelSheetDispatcher() public method

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