C# Class Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher

Inheritance: NSObject
Mostra file Open project: Monobjc/monobjc

Public Methods

Method Description
NSApplicationSheetDispatcher ( ) : System

Initializes a new instance of the NSApplicationSheetDispatcher class.

NSApplicationSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSApplicationSheetDispatcher class.

NSApplicationSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSApplicationSheetDispatcher class.

Private Methods

Method Description
SheetDidEndReturnCodeContextInfo ( NSWindow sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

NSApplicationSheetDispatcher() public method

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

NSApplicationSheetDispatcher() public method

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

NSApplicationSheetDispatcher() public method

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