Table of Contents

Event Pasted

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Raised by the default Paste handler after OnPaste(string) consumes a paste and the view reports that the text was inserted. Observation only — the text has already been inserted.

public event EventHandler<PastedEventArgs>? Pasted

Returns

EventHandler<PastedEventArgs>
Raised by the default handler after consumes a paste and the view reports that the text was inserted. Observation only — the text has already been inserted.