GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SelectionCopied Event
In This Topic
    SelectionCopied Event
    In This Topic
    The event that is raised after the user has copied the selection.
    Syntax
    [Category("GoView")]
    [Description("The user has copied the selection.")]
    public event EventHandler SelectionCopied
    Remarks
    The Selection is the collection of objects that were copied, although the effective selection, as determined by GoToolDragging.ComputeEffectiveSelection may be a rather larger set of objects if GoToolDragging.CopiesEffectiveSelection is true.
    See Also