Back to Devexpress

ToolboxControl.SearchTextChanged Event

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-827a85cf.md

latest1.5 KB
Original Source

ToolboxControl.SearchTextChanged Event

Fires when the text in the search box is changed.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event ToolboxSearchTextChangedEventHandler SearchTextChanged
vb
<DXCategory("Events")>
Public Event SearchTextChanged As ToolboxSearchTextChangedEventHandler

Event Data

The SearchTextChanged event's data class is DevExpress.XtraToolbox.ToolboxSearchTextChangedEventArgs.

Remarks

The SearchTextChanged event fires when the text in the toolbox search box is changed. The ToolboxSearchTextChangedEventArgs.Text property returns the current search request. The Result property returns the collection of toolbox items that correspond to the search request.

See Also

ShowSearchPanel

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace