C# Class csExWB.DocumentCompleteExEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
browser object
docsource string
istoplevel bool
url string

Public Methods

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

Method Details

DocumentCompleteExEventArgs() public method

public DocumentCompleteExEventArgs ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetParameters() public method

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

Property Details

browser public_oe property

public object browser
return object

docsource public_oe property

public string docsource
return string

istoplevel public_oe property

public bool istoplevel
return bool

url public_oe property

public string url
return string