Class
KeyTipActivation

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:

cs-api-definition
public class KeyTipActivation : FrameworkElement

Inheritance: objectKeyTipActivation

Constructors

KeyTipActivation()

Declaration

cs-api-definition
public KeyTipActivation()

Fields

ActivatedEvent

Identifies Activated event.

Declaration

cs-api-definition
public static readonly RoutedEvent ActivatedEvent

Field Value

RoutedEvent

Events

Activated

Event that notifies listeners, that Key tip is activated.

Declaration

cs-api-definition
public event EventHandler<RadRoutedEventArgs> Activated

Event Value

EventHandler<RadRoutedEventArgs>