This delegate represents the method that will handle Saving event of the Bitmap class.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Delegate Sub BitmapSavingEventHandler ( _
sender As Object, _
e As BitmapSavingEventArgs _
)
public delegate void BitmapSavingEventHandler(
Object sender,
BitmapSavingEventArgs e
)