Hi all –
Does anyone know if there is an event handler that fires when the selection changes in the Rhino layer manager? It does not fire with “LayerTableEvent” and I’ve dug around in Rhino.UI and haven’t found anything.
I can get to the currently selected layers via the LayerTable.GetSelected() method, but I’d like to be able to grab the currently selected layer(s) in real time and I can’t find an Event that will let me do that. Even if there is a generic UI event that triggers when the panel is manipulated, I can selectively expire a downstream output by checking the currently selected layers against a cached list.
Thanks,
Marc