Click or drag to resize

ImageRequestedEventHandler Delegate

A delegate for handling the ImageRequested event.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void ImageRequestedEventHandler(
	Object sender,
	ImageRequestedEventArgs e
)

Parameters

sender
Type: SystemObject
The object which fired the event
e
Type: Atalasoft.Imaging.WebControlsImageRequestedEventArgs
The arguments provided to the handler.
See Also