[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.
Property | Description |
---|---|
Cancel |
Remarks
You can look at the Selection collection to examine the objects the user is about to remove from the document.
See Also