SearchEdit Methods |
The SearchEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| FolderChanged | Changes the displayed folder in all connected controls. | |
| OnApplyTemplate | Is called when a control template is applied. (Overrides TextBoxBaseOnApplyTemplate.) | |
| OnKeyDown |
Invoked whenever an unhandled KeyDown attached
routed event reaches an element derived from this class in its route. Implement this method
to add class handling for this event.
(Overrides TextBoxBaseOnKeyDown(KeyEventArgs).) | |
| OnPropertyChanged |
Called when one or more of the dependency properties that exist on the element have had their
effective values changed.
(Overrides TextBoxOnPropertyChanged(DependencyPropertyChangedEventArgs).) | |
| OnTextChanged | Is called when content in this editing control changes. (Overrides TextBoxBaseOnTextChanged(TextChangedEventArgs).) | |
| SelectedFileChange | Changes the displayed file in all connected controls. |