Share via


RibbonMenuItem.OnPreviewKeyUp(KeyEventArgs) メソッド

定義

PreviewKeyUp イベントのクラス処理を提供します。

protected:
 override void OnPreviewKeyUp(System::Windows::Input::KeyEventArgs ^ e);
protected override void OnPreviewKeyUp (System.Windows.Input.KeyEventArgs e);
override this.OnPreviewKeyUp : System.Windows.Input.KeyEventArgs -> unit
Protected Overrides Sub OnPreviewKeyUp (e As KeyEventArgs)

パラメーター

e
KeyEventArgs

イベントのデータ。

適用対象