Event ColumnSizeChanged
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.