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路由事件的識別碼。

適用於

另請參閱