Method OnHeaderColumnSizeChanged
OnHeaderColumnSizeChanged(object?, ColumnEventArgs)
Handles the event that occurs when the size of a header column changes.
protected virtual void OnHeaderColumnSizeChanged(object? sender, ListBoxHeader.ColumnEventArgs e)
Parameters
senderobjectThe source of the event, typically the header control whose column size has changed.
eListBoxHeader.ColumnEventArgsA ListBoxHeader.ColumnEventArgs that contains the event data for the column size change.
Remarks
Override this method to provide custom handling when a header column's size is modified. This method is called when the column size change event is raised.