Skip to main content
A newer version of this page is available. .

ToolboxControl.SearchTextChanged Event

Fires when the text in the search box is changed.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.2.dll

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