GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ClipboardPasted Event
In This Topic
    ClipboardPasted Event
    In This Topic
    The event that is raised after the user has pasted a copy of the clipboard into this document.
    Syntax
    [Category("GoView")]
    [Description("The user has pasted a copy of the clipboard into this view's document")]
    public event EventHandler ClipboardPasted
    Remarks
    The newly copied objects that have been added by deserializing from the clipboard to this document are held in the Selection.
    See Also