Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnActivatingKeyTipThunk C# (CSharp) Méthode

OnActivatingKeyTipThunk() private static méthode

private static OnActivatingKeyTipThunk ( object sender, ActivatingKeyTipEventArgs e ) : void
sender object
e ActivatingKeyTipEventArgs
Résultat void
        private static void OnActivatingKeyTipThunk(object sender, ActivatingKeyTipEventArgs e)
        {
            ((RibbonRadioButton)sender).OnActivatingKeyTip(e);
        }