Event UrlChanging
Raised when Url is about to change. Set Handled to true to cancel the change and keep the current value.
public event EventHandler<ValueChangingEventArgs<string>>? UrlChanging
Returns
- EventHandler<ValueChangingEventArgs<string>>
- Raised when is about to change. Set to true to cancel the change and keep the current value.