Method OnPaste
OnPaste(string)
Override to insert sanitized paste text into the view. The default returns false because a plain View has no text model. Text-input views (TextField) override this to perform the insertion.
protected virtual bool OnPaste(string text)