Skip to main content

LayoutControl.Changing Event

Fires when a property of the layout control is about to be changed.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event CancelEventHandler Changing

Event Data

The Changing event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.

Remarks

This event is used internally by layout controls. Generally, you will have no need to handle it in your own applications.

See Also