Skip to main content

ToolboxControl.SearchTextChanged Event

Fires when the text in the search box is changed.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ToolboxSearchTextChangedEventHandler SearchTextChanged

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