C# Class Monobjc.SecurityInterface.SFKeychainSettingsPanel.SFKeychainSettingsPanelSheetDispatcher

Inheritance: NSObject
Exibir arquivo Open project: Monobjc/monobjc

Public Methods

Method Description
SFKeychainSettingsPanelSheetDispatcher ( ) : System

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.

SFKeychainSettingsPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.

SFKeychainSettingsPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.

Private Methods

Method Description
PanelDidEndReturnCodeContextInfo ( SFKeychainSettingsPanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

SFKeychainSettingsPanelSheetDispatcher() public method

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

SFKeychainSettingsPanelSheetDispatcher() public method

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

SFKeychainSettingsPanelSheetDispatcher() public method

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