Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Xwt
WebView.WidgetBackendHost
C# Class Xwt.WebView.WidgetBackendHost
Inheritance:
Widget.WidgetBackendHost
,
IWebViewEventSink
ファイルを表示
Open project: TheBrainTech/xwt
Public Methods
Method
Description
OnLoaded
( ) :
void
OnNavigateToUrl
(
string
url
) :
bool
OnTitleChanged
( ) :
void
Private Methods
Method
Description
OnLoading
( ) :
void
Method Details
OnLoaded()
public
method
public
OnLoaded
( ) :
void
return
void
OnNavigateToUrl()
public
method
public
OnNavigateToUrl
(
string
url
) :
bool
url
string
return
bool
OnTitleChanged()
public
method
public
OnTitleChanged
( ) :
void
return
void