C# Class csExWB.CommandStateChangeEventArgs

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

Public Properties

Property Type Description
command CommandStateChangeConstants
enable bool

Public Methods

Method Description
CommandStateChangeEventArgs ( ) : System
SetParameters ( int Command, bool Enable ) : void

Method Details

CommandStateChangeEventArgs() public method

public CommandStateChangeEventArgs ( ) : System
return System

SetParameters() public method

public SetParameters ( int Command, bool Enable ) : void
Command int
Enable bool
return void

Property Details

command public_oe property

public CommandStateChangeConstants command
return CommandStateChangeConstants

enable public_oe property

public bool enable
return bool