DataGridCell.OnPreviewKeyDown(KeyEventArgs) メソッド

定義

キーが押されたことを報告します。

protected:
 override void OnPreviewKeyDown(System::Windows::Input::KeyEventArgs ^ e);
protected override void OnPreviewKeyDown (System.Windows.Input.KeyEventArgs e);
override this.OnPreviewKeyDown : System.Windows.Input.KeyEventArgs -> unit
Protected Overrides Sub OnPreviewKeyDown (e As KeyEventArgs)

パラメーター

e
KeyEventArgs

イベントのデータ。

注釈

このメソッドは、セルを含むキーボード入力を Column 渡します。 各列は、列の種類に適した方法で入力を処理します。

適用対象