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