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

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 Cancel to true to stop further drawing ofText.

Edit this page