Table of Contents

Method OnTextChanging

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnTextChanging(ustring)

Virtual method that invoke the TextChanging event if it's defined.

public virtual TextChangingEventArgs OnTextChanging(ustring newText)

Parameters

newText ustring

The new text to be replaced.

Returns

TextChangingEventArgs

Returns the TextChangingEventArgs