C# Class csExWB.GetOptionKeyPathEventArgs

Inheritance: System.EventArgs
显示文件 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
handled bool
keypath string

Public Methods

Method Description
GetOptionKeyPathEventArgs ( ) : System
SetParameters ( ) : void

Method Details

GetOptionKeyPathEventArgs() public method

public GetOptionKeyPathEventArgs ( ) : System
return System

SetParameters() public method

public SetParameters ( ) : void
return void

Property Details

handled public_oe property

public bool handled
return bool

keypath public_oe property

public string keypath
return string