EditorWindow.SendEvent

function SendEvent (e : Event) : boolean

Description

Sends an Event to a window.

        var win : EditorWindow;

/// Sends a paste event to an EditorWindow, as if Paste was selected from the Edit menu.
win.SendEvent(EditorGUIUtility.CommandEvent("Paste"));