Table of Contents

Constructor PastingEventArgs

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

PastingEventArgs(string)

Initializes a new PastingEventArgs.

public PastingEventArgs(string text)

Parameters

text string

The (already sanitized) pasted text that the view is about to insert.