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

BitmapSavingEventHandler Delegate

This delegate represents the method that will handle Saving event of the Bitmap class.

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

Syntax

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

See Also

Reference