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

Inheritance: System.EventArgs
Exibir arquivo Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Public Methods

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

Method Details

LoadErrorEventArgs() public method

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