Table of Contents

Method OnColumnSizeChanged

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

OnColumnSizeChanged(AbstractControl)

Raises the event that notifies subscribers when the size of a column associated with the specified label control has changed.

protected virtual void OnColumnSizeChanged(AbstractControl label)

Parameters

label AbstractControl

The label control representing the column whose size has changed. Cannot be null.

Remarks

Override this method in a derived class to provide custom handling when a column size changes. This method invokes the ColumnSizeChanged event with the provided label control.