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
)