This delegate represents the method that will handle the QueryImage event of the ImagePrintDocument class and its descendants.

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

Syntax

Visual Basic

Public Delegate Sub QueryImageEventHandler ( _
	sender As Object, _
	e As QueryImageEventArgs _
)

C#

public delegate void QueryImageEventHandler(
	Object sender,
	QueryImageEventArgs e
)