DataGrid.OnKeyDown(KeyEventArgs) 方法

定义

在接收到 KeyDown 事件时调用。

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

参数

e
KeyEventArgs

事件的相关信息。

注解

有关 中 DataGrid默认键盘行为的详细信息,请参阅 DataGrid 控件中的默认键盘和鼠标行为

适用于

另请参阅