C# Class Monobjc.AppKit.NSAlert.NSAlertSheetDispatcher

Inheritance: NSObject
Mostrar archivo Open project: Monobjc/monobjc

Public Methods

Method Description
NSAlertSheetDispatcher ( ) : System

Initializes a new instance of the NSAlertSheetDispatcher class.

NSAlertSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSAlertSheetDispatcher class.

NSAlertSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSAlertSheetDispatcher class.

Private Methods

Method Description
SheetDidEndReturnCodeContextInfo ( NSAlert alert, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

NSAlertSheetDispatcher() public method

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

NSAlertSheetDispatcher() public method

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

NSAlertSheetDispatcher() public method

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