C# Class csExWB.NavigateComplete2EventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
browser object
istoplevel bool
url string

Public Methods

Method Description
NavigateComplete2EventArgs ( ) : System
Reset ( ) : void
SetParameters ( object Browser, string Url, bool TopLevel ) : void

Method Details

NavigateComplete2EventArgs() public method

public NavigateComplete2EventArgs ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetParameters() public method

public SetParameters ( object Browser, string Url, bool TopLevel ) : void
Browser object
Url string
TopLevel bool
return void

Property Details

browser public_oe property

public object browser
return object

istoplevel public_oe property

public bool istoplevel
return bool

url public_oe property

public string url
return string