Event Pasted
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.