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