Click or drag to resize

SearchEdit Methods

The SearchEdit type exposes the following members.

Methods
  NameDescription
Public methodFolderChanged
Changes the displayed folder in all connected controls.
Public methodOnApplyTemplate
Is called when a control template is applied.
(Overrides TextBoxBaseOnApplyTemplate.)
Protected methodOnKeyDown
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).)
Protected methodOnPropertyChanged
Called when one or more of the dependency properties that exist on the element have had their effective values changed.
(Overrides TextBoxOnPropertyChanged(DependencyPropertyChangedEventArgs).)
Protected methodOnTextChanged
Is called when content in this editing control changes.
(Overrides TextBoxBaseOnTextChanged(TextChangedEventArgs).)
Public methodSelectedFileChange
Changes the displayed file in all connected controls.
Top
See Also