Table of Contents

Method OnHeaderColumnSizeChanged

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

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

sender object

The source of the event, typically the header control whose column size has changed.

e ListBoxHeader.ColumnEventArgs

A 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.