KeyPress 이벤트를 발생시킵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
protected override void OnKeyPress( KeyPressEventArgs e ) |
Visual Basic |
---|
Protected Overrides Sub OnKeyPress ( _ e As KeyPressEventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnKeyPress( KeyPressEventArgs^ e ) override |
Parameters
- e
- Type: System.Windows.Forms..::..KeyPressEventArgs
이벤트 데이터가 들어 있는 KeyPressEventArgs입니다.