C# 클래스 csExWB.CommandStateChangeEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset

공개 프로퍼티들

프로퍼티 타입 설명
command CommandStateChangeConstants
enable bool

공개 메소드들

메소드 설명
CommandStateChangeEventArgs ( ) : System
SetParameters ( int Command, bool Enable ) : void

메소드 상세

CommandStateChangeEventArgs() 공개 메소드

public CommandStateChangeEventArgs ( ) : System
리턴 System

SetParameters() 공개 메소드

public SetParameters ( int Command, bool Enable ) : void
Command int
Enable bool
리턴 void

프로퍼티 상세

command 공개적으로 프로퍼티

public CommandStateChangeConstants command
리턴 CommandStateChangeConstants

enable 공개적으로 프로퍼티

public bool enable
리턴 bool