C# Class csExWB.NavigateComplete2EventArgs

Inheritance: System.EventArgs
Show file 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 property

public object browser
return object

istoplevel public property

public bool istoplevel
return bool

url public property

public string url
return string