Table of Contents

Event ColumnSizeChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the width of a column changes.

public event EventHandler<ListBoxHeader.ColumnEventArgs>? ColumnSizeChanged

Returns

EventHandler<ListBoxHeader.ColumnEventArgs>
Occurs when the width of a column changes.

Remarks

Subscribe to this event to be notified when a column's width is modified, such as by user interaction or programmatic adjustment. The event provides information about the affected column through the ListBoxHeader.ColumnEventArgs parameter.