Back to Devexpress

LayoutControl.Changing Event

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-0cb97d3f.md

latest1.5 KB
Original Source

LayoutControl.Changing Event

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event CancelEventHandler Changing
vb
<DXCategory("Events")>
Public Event Changing As CancelEventHandler

Event Data

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

PropertyDescription
CancelGets 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

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace