This documentation is for the old version. Go to the latest Graphics Mill docs

ImageClickEventHandler Delegate

This delegate represents the method that will handle events of the ImageClickEventHandler class.

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

Syntax

Visual Basic
Public Delegate Sub ImageClickEventHandler ( _
        sender
As Object, _
        e
As ImageClickEventArgs _
)
C#
public delegate void ImageClickEventHandler(
       
Object sender,
       
ImageClickEventArgs e
)

See Also

Reference