C# Класс Monobjc.AppKit.NSAlert.NSAlertSheetDispatcher

Наследование: NSObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SheetDidEndReturnCodeContextInfo ( NSAlert alert, NSInteger returnCode, IntPtr contextInfo ) : void

Описание методов

NSAlertSheetDispatcher() публичный Метод

Initializes a new instance of the NSAlertSheetDispatcher class.
public NSAlertSheetDispatcher ( ) : System
Результат System

NSAlertSheetDispatcher() публичный Метод

Initializes a new instance of the NSAlertSheetDispatcher class.
public NSAlertSheetDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
Результат System

NSAlertSheetDispatcher() публичный Метод

Initializes a new instance of the NSAlertSheetDispatcher class.
public NSAlertSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The modal delegate.
Результат System