Skip to main content

BaseView.EndSizing Event

Occurs when resizing the current View’s layout is complete.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event LayoutEndSizingEventHandler EndSizing

Event Data

The EndSizing event's data class is DevExpress.XtraBars.Docking2010.Views.LayoutEndSizingEventArgs.

Remarks

The BaseView.BeginSizing event allows you to respond to changes in the inner View’s layout. For example, the EndSizing event is raised when an end-user resizes DocumentGroups at runtime. Completion of layout resizing fires the EndSizing event.

See Also