RhinoDoc.SelectObjects + filter

Hi,

I have assigned my own event to the RhinoDoc.SelectObjects, however it doesn;t run when selecting objects with use of filter, for example when I run command “Select surfaces” this event RhinoDoc.SelectObjects doesn’t run. Is there any other event I need to overwrite? I use C#

I guess I don’t understand the problem and will need more explanation or sample code.

This sample seems to do what you say isn’t happening:

https://github.com/dalefugier/SampleCsEventWatcher

But again, I’m not sure what you are describing…