Provides data for pre-changing events of the Bitmap class.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Class BitmapChangingEventArgs _ Inherits EventArgs
public class BitmapChangingEventArgs : EventArgs
This class is used by such events as:
This class contains property Change which specifies what action did change the bitmap. All possible change actions are described with BitmapChange enumeration. Using property Cancel you can cancel operation before it is being started.