Good day,
I am registering to the Document.SegmentsTranslationOriginChanged event. I would like to know if there is a way to reference all the segments whose translation origin has changed. For example, in the DocumentContentChanged event there is the eventArgs.Segments property where we can iterate the segments whose content was changed (even though it does not work as intented as i noticed, as the event gets triggered for each segment seperately but that's another issue). It is not sufficient to reference only the ActiveSegment as there may have been an auto-propagation (for example) and the segment origin was changed for more segments.
Looking forward for your reply,
George