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

BaseRelativeLengthElement.LengthChanged Event

Fires whenever this BaseRelativeLengthElement changes its length.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Events")]
public event EventHandler LengthChanged

Event Data

The LengthChanged event's data class is EventArgs.

Remarks

See BaseRelativeLengthElement.Length to learn more.

See Also