Constructor PastingEventArgs
PastingEventArgs(string)
Initializes a new PastingEventArgs.
public PastingEventArgs(string text)
Parameters
textstringThe (already sanitized) pasted text that the view is about to insert.
Initializes a new PastingEventArgs.
public PastingEventArgs(string text)
text stringThe (already sanitized) pasted text that the view is about to insert.