Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : ObjectLostSelection Event |
'Declaration <CategoryAttribute("GoView")> <DescriptionAttribute("An object was removed from this view's selection (a GoSelectionEventHandler)")> Public Event ObjectLostSelection As GoSelectionEventHandler
[CategoryAttribute("GoView")] [DescriptionAttribute("An object was removed from this view's selection (a GoSelectionEventHandler)")] public event GoSelectionEventHandler ObjectLostSelection
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.
Property | Description |
---|---|
GoObject | Gets or sets the GoObject associated with this event. |
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.
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