GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SelectionDeleting Event
In This Topic
    SelectionDeleting Event
    In This Topic
    The cancellable event that is raised just before the user has deleted the selected objects.
    Syntax
    [Category("GoView")]
    [Description("Raised before the user has deleted the selected objects (a CancelEventHandler)")]
    public event CancelEventHandler SelectionDeleting
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    Remarks
    You can look at the Selection collection to examine the objects the user is about to remove from the document.
    See Also