Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseView.BeginSizing Event

Occurs when a resizing of the current View’s layout begins.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public event LayoutBeginSizingEventHandler BeginSizing

#Event Data

The BeginSizing event's data class is DevExpress.XtraBars.Docking2010.Views.LayoutBeginSizingEventArgs.

#Remarks

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

See Also