GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ClipboardCopied Event
In This Topic
    ClipboardCopied Event
    In This Topic
    The event that is raised after the user has copied something into the clipboard from this document.
    Syntax
    [Category("GoView")]
    [Description("The user copied something into the clipboard from this view's document")]
    public event EventHandler ClipboardCopied
    Remarks
    The Selection has been copied (serialized) into the clipboard.
    See Also