C# Class csExWB.CommandStateChangeEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
command CommandStateChangeConstants
enable bool

Méthodes publiques

Méthode Description
CommandStateChangeEventArgs ( ) : System
SetParameters ( int Command, bool Enable ) : void

Method Details

CommandStateChangeEventArgs() public méthode

public CommandStateChangeEventArgs ( ) : System
Résultat System

SetParameters() public méthode

public SetParameters ( int Command, bool Enable ) : void
Command int
Enable bool
Résultat void

Property Details

command public_oe property

public CommandStateChangeConstants command
Résultat CommandStateChangeConstants

enable public_oe property

public bool enable
Résultat bool