DataGrid.OnKeyPress(KeyPressEventArgs) 메서드

정의

KeyPress 이벤트를 발생시킵니다.

protected:
 override void OnKeyPress(System::Windows::Forms::KeyPressEventArgs ^ kpe);
protected override void OnKeyPress (System.Windows.Forms.KeyPressEventArgs kpe);
override this.OnKeyPress : System.Windows.Forms.KeyPressEventArgs -> unit
Protected Overrides Sub OnKeyPress (kpe As KeyPressEventArgs)

매개 변수

kpe
KeyPressEventArgs

KeyPressEventArgs 이벤트에 대한 데이터가 들어 있는 OnKeyPress(KeyPressEventArgs)입니다.

설명

이벤트가 발생하면 대리자를 통해 이벤트 처리기가 호출됩니다. 자세한 내용은 이벤트 처리 및 발생합니다.

OnKeyPress 메서드는 파생된 클래스가 대리자를 연결 하지 않고 이벤트를 처리할 수 있습니다. 이는 파생 클래스에서 이벤트를 처리하는 기본 방법입니다.

상속자 참고

파생 클래스에서 OnKeyPress(KeyPressEventArgs)를 재정의하는 경우 등록된 대리자가 이벤트를 받도록 기본 클래스의 OnKeyPress(KeyPressEventArgs) 메서드를 호출해야 합니다.

적용 대상