XtraPanel.AutoSizeChanged Event
Fires when the value of the XtraPanel.AutoSize property is changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(true)]
[DXCategory("Property Changed")]
[EditorBrowsable(EditorBrowsableState.Always)]
public event EventHandler AutoSizeChanged
Event Data
The AutoSizeChanged event's data class is EventArgs.
See Also