Skip to main content

XtraPanel.AutoSizeChanged Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

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