Table of Contents

Event DrawingText

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the Text of the View is to be drawn.

public event EventHandler<DrawEventArgs>? DrawingText

Returns

EventHandler<DrawEventArgs>

Set DrawEventArgs.Cancel to true to stop further drawing of Text.