Method ShouldRaisePastedEvent
ShouldRaisePastedEvent(string)
Override to suppress Pasted when OnPaste(string) consumes a paste without inserting the text.
protected virtual bool ShouldRaisePastedEvent(string text)
Parameters
textstringThe sanitized text passed to OnPaste(string).