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 ルーティング イベントの識別子。

適用対象

こちらもご覧ください