Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : SelectionFinished Event |
'Declaration <CategoryAttribute("GoView")> <DescriptionAttribute("Raised after a number of objects are selected or de-selected.")> Public Event SelectionFinished As EventHandler
[CategoryAttribute("GoView")] [DescriptionAttribute("Raised after a number of objects are selected or de-selected.")] public event EventHandler SelectionFinished
This is paired with the SelectionStarting event in order to permit optimizations to skip updating other controls that depend on what is currently selected. You still need to implement ObjectGotSelection and ObjectLostSelection event handlers in order to detect the selection or de-selection of individual objects. Methods such as SelectAll, SelectInRectangle, CopySelection, DeleteSelection, and EditPaste will raise this event after (and the SelectionStarting event before) making changes to the Selection.
These two events are not raised when individual objects are added or removed from the Selection, such as when the user clicks on an object.
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