Table of Contents

Class PastedEventArgs

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Event arguments for the Pasted event raised after the default Paste handler has consumed a paste. Observation only — handlers cannot cancel or alter what has already been inserted.

public class PastedEventArgs : EventArgs
Inheritance
PastedEventArgs
Inherited Members

Constructors

PastedEventArgs(string)

Initializes a new PastedEventArgs.

Properties

Text

The final-text segment corresponding to the pasted range (post-sanitization, post-Pasting).

Methods

ToString()