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