GoDiagram Web Reference
ObjectLostSelection Event

The event that is raised when an object is removed from this view's selection.
Syntax
'Declaration
 
<DescriptionAttribute("An object was removed from this view's selection (a GoSelectionEventHandler)")>
<CategoryAttribute("GoView")>
Public Event ObjectLostSelection As GoSelectionEventHandler
[DescriptionAttribute("An object was removed from this view's selection (a GoSelectionEventHandler)")]
[CategoryAttribute("GoView")]
public event GoSelectionEventHandler ObjectLostSelection
Event Data

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

PropertyDescription
GoObject Gets or sets the GoObject associated with this event.
Remarks

If there is a lot of work to be done in updating various Controls to reflect what is currently selected, you may be able to reduce the frequency of updates for some user actions by implementing SelectionStarting and SelectionFinished event handlers.

All event handlers for this event should not modify the selection.

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