Method OnColumnSizeChanged
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
labelAbstractControlThe 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.