Aurigma Graphics Mill 5.5 for .NET
QueryImageEventHandler Delegate
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 )
Parameters
- sender
-
Type: System..::.Object