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)
Public Delegate Sub QueryImageEventHandler ( _
sender As Object, _
e As QueryImageEventArgs _
)
public delegate void QueryImageEventHandler(
Object sender,
QueryImageEventArgs e
)