Provides data for post-changing events of the Bitmap class.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Class BitmapChangedEventArgs _
	Inherits EventArgs

C#

public class BitmapChangedEventArgs : EventArgs

Remarks

This class is used by 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.

Inheritance Hierarchy

System..::.Object L System..::.EventArgs L Aurigma.GraphicsMill..::.BitmapChangedEventArgs

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.