Message 1 of 5
Find out what is affected by undo/redo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am currently listening events about new components etc. those events usually have arguments like the assembly what is being changed and the component which is being added or deleted. However, if I do undo or redo I cannot find such information from the arguments. Am I completely blind and that information is somewhere or is it missing and I need to figure out a way to handle things without?
Reason why I am asking is that I could direct the information from undo and redo events to the already existing methods without the need to create additional handles.