C# Class csExWB.DocumentCompleteEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
browser object
istoplevel bool
url string

Méthodes publiques

Méthode Description
DocumentCompleteEventArgs ( ) : System
Reset ( ) : void
SetParameters ( object Browser, string Url, bool IsTopLevel ) : void

Method Details

DocumentCompleteEventArgs() public méthode

public DocumentCompleteEventArgs ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetParameters() public méthode

public SetParameters ( object Browser, string Url, bool IsTopLevel ) : void
Browser object
Url string
IsTopLevel bool
Résultat void

Property Details

browser public_oe property

public object browser
Résultat object

istoplevel public_oe property

public bool istoplevel
Résultat bool

url public_oe property

public string url
Résultat string