C# Class Monobjc.SecurityInterface.SFCertificatePanel.SFCertificatePanelSheetDispatcher

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

Méthodes publiques

Свойство Type Description
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler

Méthodes publiques

Méthode Description
SFCertificatePanelSheetDispatcher ( ) : System

Initializes a new instance of the SFCertificatePanelSheetDispatcher class.

SFCertificatePanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the SFCertificatePanelSheetDispatcher class.

SFCertificatePanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the SFCertificatePanelSheetDispatcher class.

Private Methods

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

Method Details

SFCertificatePanelSheetDispatcher() public méthode

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

SFCertificatePanelSheetDispatcher() public méthode

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

SFCertificatePanelSheetDispatcher() public méthode

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

Property Details

modalDelegate public_oe property

public SheetDidEndReturnCodeContextInfoEventHandler modalDelegate
Résultat SheetDidEndReturnCodeContextInfoEventHandler