This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapChangedEventHandler Delegate

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

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

Syntax

Visual Basic
Public Delegate Sub BitmapChangedEventHandler ( _
        sender
As Object, _
        e
As BitmapChangedEventArgs _
)
C#
public delegate void BitmapChangedEventHandler(
       
Object sender,
       
BitmapChangedEventArgs e
)

Remarks

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.

See Also

Reference