Back to Devexpress

XtraForm.FormLayoutChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-65215612.md

latest2.1 KB
Original Source

XtraForm.FormLayoutChanged Event

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event LayoutEventHandler FormLayoutChanged
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event FormLayoutChanged As LayoutEventHandler

Event Data

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

PropertyDescription
AffectedComponentGets the Component affected by the layout change.
AffectedControlGets the child control affected by the change.
AffectedPropertyGets the property affected by the change.

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace