Method OnHeightChanging
OnHeightChanging(ValueChangingEventArgs<Dim>)
Called before the Height property changes, allowing subclasses to cancel or modify the change.
protected override bool OnHeightChanging(ValueChangingEventArgs<Dim> e)
Parameters
Returns
- bool
True to cancel the change, false to proceed.