UIElement.KeyUpEvent 屬性

定義

取得 KeyUp 路由事件的識別碼。

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

屬性值

KeyUp路由事件的識別碼。

適用於

另請參閱