C# Class csExWB.DocumentCompleteEventArgs

Inheritance: System.EventArgs
Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
browser object
istoplevel bool
url string

Public Methods

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

Method Details

DocumentCompleteEventArgs() public method

public DocumentCompleteEventArgs ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetParameters() public method

public SetParameters ( object Browser, string Url, bool IsTopLevel ) : void
Browser object
Url string
IsTopLevel 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