KeyTipActivation
Class
Class used to attach event handlers to execute when key tip is activated.
Definition
Namespace:Telerik.Windows.Controls.RibbonView
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public class KeyTipActivation : FrameworkElement
Inheritance: objectKeyTipActivation
Constructors
C#
public KeyTipActivation()
Fields
ActivatedEvent
RoutedEvent
Identifies Activated event.
C#
public static readonly RoutedEvent ActivatedEvent
Events
Event that notifies listeners, that Key tip is activated.
C#
public event EventHandler<RadRoutedEventArgs> Activated