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 路由事件的标识符。

适用于

另请参阅