다음을 통해 공유


KeyPressEventArgs 클래스

정의

KeyPress 이벤트에 대한 이벤트 인수를 정의합니다. 이 클래스의 인스턴스는 캐시됩니다. KeyPressEventArgs는 수동으로 복제하지 않는 한 관련 이벤트 내에서만 사용해야 합니다.

public class KeyPressEventArgs : EventArgs
type KeyPressEventArgs = class
    inherit EventArgs
상속
KeyPressEventArgs

생성자

KeyPressEventArgs(Char)

새 인스턴스를 생성합니다.

속성

KeyChar

입력된 ASCII 문자를 정의하는 T:System.Char 를 가져옵니다.

적용 대상