This delegate represents the method that will handle Bitmap pre-changing events.

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

Syntax

Visual Basic

Public Delegate Sub BitmapChangingEventHandler ( _
	sender As Object, _
	e As BitmapChangingEventArgs _
)

C#

public delegate void BitmapChangingEventHandler(
	Object sender,
	BitmapChangingEventArgs e
)

Remarks

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