UIElement.KeyDownEvent 属性

定义

获取 KeyDown 路由事件的标识符。

public:
 static property RoutedEvent ^ KeyDownEvent { RoutedEvent ^ get(); };
static RoutedEvent KeyDownEvent();
public static RoutedEvent KeyDownEvent { get; }
var routedEvent = UIElement.keyDownEvent;
Public Shared ReadOnly Property KeyDownEvent As RoutedEvent

属性值

KeyDown 路由事件的标识符。

适用于

另请参阅