GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SelectionDeleted Event
In This Topic
    SelectionDeleted Event
    In This Topic
    The event that is raised after the user has deleted the selected objects.
    Syntax
    [Category("GoView")]
    [Description("The user has deleted the selected objects.")]
    public event EventHandler SelectionDeleted
    Remarks
    The Selection collection has already been cleared at the time of this event. If you need access to the collection of objects to be deleted before the deletion occurs, consider implementing a SelectionDeleting event handler.
    See Also