GoDiagram Web Reference
SelectionDeleting Event

The cancellable event that is raised just before the user has deleted the selected objects.
Syntax
'Declaration
 
<DescriptionAttribute("Raised before the user has deleted the selected objects (a CancelEventHandler)")>
<CategoryAttribute("GoView")>
Public Event SelectionDeleting As CancelEventHandler
[DescriptionAttribute("Raised before the user has deleted the selected objects (a CancelEventHandler)")]
[CategoryAttribute("GoView")]
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
Cancel  
Remarks
You can look at the Selection collection to examine the objects the user is about to remove from the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback