Event WidthChanging
Raised before the Width property changes, allowing handlers to modify or cancel the change.
public event EventHandler<ValueChangingEventArgs<Dim>>? WidthChanging
Returns
- EventHandler<ValueChangingEventArgs<Dim>>
- Raised before the property changes, allowing handlers to modify or cancel the change.