C# 클래스 Neutronium.WebBrowserEngine.CefGlue.WindowImplementation.LoadErrorEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue 1 사용 예제들

공개 메소드들

메소드 설명
LoadErrorEventArgs ( Xilium.CefGlue.CefFrame frame, CefErrorCode errorCode, string errorText, string failedUrl ) : System

메소드 상세

LoadErrorEventArgs() 공개 메소드

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