C# Class Rsdn.Janus.BeforeNavigateEventArgs

Afficher le fichier Open project: rsdn/janus Class Usage Examples

Protected Properties

Свойство Type Description
cancel bool
url string

Méthodes publiques

Méthode Description
BeforeNavigateEventArgs ( string url, bool cancel ) : System

Method Details

BeforeNavigateEventArgs() public méthode

public BeforeNavigateEventArgs ( string url, bool cancel ) : System
url string
cancel bool
Résultat System

Property Details

cancel protected_oe property

protected bool cancel
Résultat bool

url protected_oe property

protected string url
Résultat string