Click or drag to resize

ISearchEditItem Interface

Every DataContext that utilises a SearchEdit should implement this interface so the searchbox text can be cleared via ButtonInfo_Click(Object, RoutedEventArgs)

Namespace: Demo3D.Gui.Controls
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public interface ISearchEditItem

The ISearchEditItem type exposes the following members.

Methods
 NameDescription
Public methodOnTextCleared 
Top
See Also