C# Class csExWB.EvaluateNewWindowEventArgs

Inheritance: System.ComponentModel.CancelEventArgs
ファイルを表示 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
features string
flags NWMF
name string
replace bool
url string
urlcontext string
useractiontime int

Public Methods

Method Description
EvaluateNewWindowEventArgs ( ) : System
Reset ( ) : void
SetParameters ( string Url, string Name, string UrlContext, string Features, bool Replace, int Flags, int UserActionTime ) : void

Method Details

EvaluateNewWindowEventArgs() public method

public EvaluateNewWindowEventArgs ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetParameters() public method

public SetParameters ( string Url, string Name, string UrlContext, string Features, bool Replace, int Flags, int UserActionTime ) : void
Url string
Name string
UrlContext string
Features string
Replace bool
Flags int
UserActionTime int
return void

Property Details

features public_oe property

public string features
return string

flags public_oe property

public NWMF flags
return NWMF

name public_oe property

public string name
return string

replace public_oe property

public bool replace
return bool

url public_oe property

public string url
return string

urlcontext public_oe property

public string urlcontext
return string

useractiontime public_oe property

public int useractiontime
return int