Table of Contents

Event UrlChanged

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Raised after Url has changed. The OldValue and NewValue properties contain the previous and current values.

public event EventHandler<ValueChangedEventArgs<string>>? UrlChanged

Returns

EventHandler<ValueChangedEventArgs<string>>
Raised after has changed. The and properties contain the previous and current values.