Skip to main content

ToolboxControl.StateChanged Event

Fires when the toolbox state is changed from normal to minimized, and vice versa.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ToolboxStateChangedEventHandler StateChanged

Event Data

The StateChanged event's data class is DevExpress.XtraToolbox.ToolboxStateChangedEventArgs.

See Also