Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Rsdn
Janus
BeforeNavigateEventArgs
C# Class Rsdn.Janus.BeforeNavigateEventArgs
Exibir arquivo
Open project: rsdn/janus
Class Usage Examples
Protected Properties
Property
Type
Description
cancel
bool
url
string
Public Methods
Method
Description
BeforeNavigateEventArgs
(
string
url
,
bool
cancel
) :
System
Method Details
BeforeNavigateEventArgs()
public
method
public
BeforeNavigateEventArgs
(
string
url
,
bool
cancel
) :
System
url
string
cancel
bool
return
System
Property Details
cancel
protected_oe property
protected
bool
cancel
return
bool
url
protected_oe property
protected
string
url
return
string