Property | Type | Description | |
---|---|---|---|
DropDownOnFocusProperty | DependencyProperty, | ||
IsCaseSensitiveProperty | DependencyProperty, |
Property | Type | Description | |
---|---|---|---|
AutoFilteredComboBox_KeyUp | void | ||
FilterPredicate | bool | ||
OnTextChanged | void | ||
RefreshFilter | void |
Method | Description | |
---|---|---|
AutoFilteredComboBox ( ) |
Creates a new instance of AutoFilteredComboBox.
|
|
OnApplyTemplate ( ) : void |
Method | Description | |
---|---|---|
OnGotFocus ( RoutedEventArgs e ) : void |
Invoked whenever an unhandled UIElement.GotFocus event reaches this element in its route.
|
|
OnItemsSourceChanged ( IEnumerable, oldValue, IEnumerable, newValue ) : void |
Called when the source of an item in a selector changes.
|
|
OnSelectionChanged ( SelectionChangedEventArgs, e ) : void |
Method | Description | |
---|---|---|
AutoFilteredComboBox_KeyUp ( object sender, KeyEventArgs, e ) : void | ||
FilterPredicate ( object value ) : bool | ||
OnTextChanged ( object sender, TextChangedEventArgs, e ) : void | ||
RefreshFilter ( ) : void |
protected OnGotFocus ( RoutedEventArgs e ) : void | ||
e | RoutedEventArgs | The |
return | void |
protected OnItemsSourceChanged ( IEnumerable, oldValue, IEnumerable, newValue ) : void | ||
oldValue | IEnumerable, | Old value of the source. |
newValue | IEnumerable, | New value of the source. |
return | void |
protected OnSelectionChanged ( SelectionChangedEventArgs, e ) : void | ||
e | SelectionChangedEventArgs, | |
return | void |
public static DependencyProperty, DropDownOnFocusProperty | ||
return | DependencyProperty, |