| C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 > C1PrintPreviewDialog クラス : KeyPress イベント |
'宣言 Public Event KeyPress As System.Windows.Forms.KeyPressEventHandler
public event System.Windows.Forms.KeyPressEventHandler KeyPress
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.KeyPressEventArgs 型の引数を受け取りました。次の KeyPressEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Handled | Gets or sets a value indicating whether the System.Windows.Forms.Control.KeyPress event was handled. |
| KeyChar | Gets or sets the character corresponding to the key pressed. |