GoView.Event just before, when selection = NULL

Hi,

I have added some GoObjects in GoView.Selection array at the time of selection & changed some property.
Now I want to reset the modified value of the same property of all the objects, which are in GoView.Selection array, but just before when selection is dropped in GoView class.
So can you please provide me the GoView.Event, which is triggered just before selection will be null?

We do GoView events SelectionStarting / SelectionFinished on an AddRange or Clear (where Count > 1).



and, we deliver ObjectGotSelection / ObjectLostSelection events on the GoView for each object as it gains/loses selection.



Are you trying to add some “highlight” or extra object when the object is selected?



Hi Jake,

Now I got the hint & it worked.
Thanks