This delegate represents the method that will handle Bitmap post-changing events.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Delegate Sub BitmapChangedEventHandler ( _ sender As Object, _ e As BitmapChangedEventArgs _ )
public delegate void BitmapChangedEventHandler( Object sender, BitmapChangedEventArgs e )
This delegate is used with such events as:
This class contains single property Change which specifies what action did change the bitmap. All possible change actions are described with BitmapChange enumeration.