Table of Contents

Class FilteredComboBox

Namespace
Innova.Prism.Library.Controls
Assembly
Innova.Prism.Library.dll
[Obsolete("Use ComboBoxWithContains instead")]
public class FilteredComboBox : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Inheritance
FilteredComboBox
Implements
Extension Methods

Properties

EditableTextBox
Filter

Methods

OnItemsSourceChanged(IEnumerable, IEnumerable)

Called when the source of an item in a selector changes.

OnKeyUp(KeyEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnPreviewKeyDown(KeyEventArgs)

Invoked when a System.Windows.Input.Keyboard.PreviewKeyDown attached routed event occurs.

OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.