C# Class Neutronium.WebBrowserEngine.CefGlue.WindowImplementation.LoadErrorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Méthodes publiques

Méthode Description
LoadErrorEventArgs ( Xilium.CefGlue.CefFrame frame, CefErrorCode errorCode, string errorText, string failedUrl ) : System

Method Details

LoadErrorEventArgs() public méthode

public LoadErrorEventArgs ( Xilium.CefGlue.CefFrame frame, CefErrorCode errorCode, string errorText, string failedUrl ) : System
frame Xilium.CefGlue.CefFrame
errorCode CefErrorCode
errorText string
failedUrl string
Résultat System