Method OnWidthChanged
OnWidthChanged(ValueChangedEventArgs<Dim>)
Called after the Width property changes, allowing subclasses to react to the change.
protected virtual void OnWidthChanged(ValueChangedEventArgs<Dim> args)
Parameters
args
ValueChangedEventArgs<Dim>The event arguments containing the old and new width.