C# Class Monobjc.SecurityInterface.SFChooseIdentityPanel.SFChooseIdentityPanelSheetDispatcher

Inheritance: NSObject
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode 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

Méthode Description
PanelDidEndReturnCodeContextInfo ( SFChooseIdentityPanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

SFChooseIdentityPanelSheetDispatcher() public méthode

Initializes a new instance of the SFChooseIdentityPanelSheetDispatcher class.
public SFChooseIdentityPanelSheetDispatcher ( ) : System
Résultat System

SFChooseIdentityPanelSheetDispatcher() public méthode

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

SFChooseIdentityPanelSheetDispatcher() public méthode

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