Hi all,
When I am deleting a layer I am getting an event of type Rhino.DocObjects.Tables.LayerTableEventType.Deleted
In the arguments I can see the parent layer of the deleted one as NewState and null for the OldState.
Is there any way to receive the actual deleted layer in the arguments? Maybe some other event?
I would like to avoid searching in the child layers of the NewState layer the missing one from my data structure, so I delete it from there as well.
Thanks!