Fires when the bitmap was modified (after the end of an operation).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Event Changed As BitmapChangedEventHandler
protected event BitmapChangedEventHandler Changed
This event is fired only if you run the operations through build-in methods or properties. If you create external transform or codec and run it, this event will not fire (in this case you should use Stopped event of the transform or codec you create).