Is there a way to get notified (e.g., by an event) when a Visual has been (re-)rendered?
Basically, I would like to take a screen shot whenever a Visual's appearance has changed. I assume the rendering thread is taking care of this in the background.
I am trying to avoid grabbing a screen shot periodically since I am only interested in changes (e.g., hovering the cursor over a button would change its appearance).
Any hint is highly appreciated!