C# Class Monobjc.SecurityInterface.SFChooseIdentityPanel.SFChooseIdentityPanelSheetDispatcher

Inheritance: NSObject
Show file Open project: Monobjc/monobjc

Public Methods

Method Description
SFChooseIdentityPanelSheetDispatcher ( ) : System

Initializes a new instance of the SFChooseIdentityPanelSheetDispatcher class.

SFChooseIdentityPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the SFChooseIdentityPanelSheetDispatcher class.

SFChooseIdentityPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the SFChooseIdentityPanelSheetDispatcher class.

Private Methods

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

Method Details

SFChooseIdentityPanelSheetDispatcher() public method

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

SFChooseIdentityPanelSheetDispatcher() public method

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

SFChooseIdentityPanelSheetDispatcher() public method

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