C# Class Monobjc.SecurityInterface.SFCertificatePanel.SFCertificatePanelSheetDispatcher

Inheritance: NSObject
Mostra file Open project: Monobjc/monobjc

Public Properties

Property Type Description
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler

Public Methods

Method 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

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

Method Details

SFCertificatePanelSheetDispatcher() public method

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

SFCertificatePanelSheetDispatcher() public method

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

SFCertificatePanelSheetDispatcher() public method

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

Property Details

modalDelegate public_oe property

public SheetDidEndReturnCodeContextInfoEventHandler modalDelegate
return SheetDidEndReturnCodeContextInfoEventHandler