![Avatar](https://secure.gravatar.com/avatar/898558f5f59845006791a81becefe3ad.jpg?s=64&d=identicon&r=g)
The old version had a SyntaxEditor.DocumentOutliningNodeExpandedChanged event. I am struggling to find an equivalent event in the new version.
We utilised this method to set the background colour of each line depending on it's state, except now we are using the AdornmentManager pattern to set background colours. However without knowing when a region has been collapsed/expanded, we cannot each line background colour.
Is there an event to know when a outlining node has been collapsed or expanded?
[Modified 5 years ago]