RibbonApplicationMenu.OnActivatingKeyTip(ActivatingKeyTipEventArgs) Method

Definition

Called when the KeyTip or accelerator key is pressed.

protected:
 override void OnActivatingKeyTip(System::Windows::Controls::ActivatingKeyTipEventArgs ^ e);
protected override void OnActivatingKeyTip (System.Windows.Controls.ActivatingKeyTipEventArgs e);
override this.OnActivatingKeyTip : System.Windows.Controls.ActivatingKeyTipEventArgs -> unit
Protected Overrides Sub OnActivatingKeyTip (e As ActivatingKeyTipEventArgs)

Parameters

e
ActivatingKeyTipEventArgs

Contains data about the activation.

Applies to