RibbonComboBox.OnIsKeyboardFocusWithinChanged Method

Definition

Provides class handling for the IsKeyboardFocusWithinChanged event.

protected:
 override void OnIsKeyboardFocusWithinChanged(System::Windows::DependencyPropertyChangedEventArgs e);
protected override void OnIsKeyboardFocusWithinChanged (System.Windows.DependencyPropertyChangedEventArgs e);
override this.OnIsKeyboardFocusWithinChanged : System.Windows.DependencyPropertyChangedEventArgs -> unit
Protected Overrides Sub OnIsKeyboardFocusWithinChanged (e As DependencyPropertyChangedEventArgs)

Parameters

Remarks

This implementation does not change the handled state (the Handled property) of the IsKeyboardFocusWithinChanged event data.

Applies to