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