Skip to main content
A newer version of this page is available. .

XtraPanel.AutoSizeChanged Event

Fires when the value of the XtraPanel.AutoSize property is changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(true)]
[DXCategory("Property Changed")]
public event EventHandler AutoSizeChanged

Event Data

The AutoSizeChanged event's data class is EventArgs.

See Also