Table of Contents

Event TextChanging

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Changing event, raised before the Text changes and can be canceled or changing the new text.

public event EventHandler<CancelEventArgs<string>> TextChanging

Returns

EventHandler<CancelEventArgs<string>>
Changing event, raised before the changes and can be canceled or changing the new text.