Event TitleChanging | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised when the Title is changing. Set Cancel to trueto cancel the Title change.

public event EventHandler<CancelEventArgs<string>>? TitleChanging

Returns

EventHandler<CancelEventArgs<string>>

Raised when the is changing. Set to true to cancel the Title change.

Edit this page