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

BitmapViewer.Click Event

Fires when the image displayed in the control is clicked.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Event Click As ImageClickEventHandler
C#
[BrowsableAttribute(true)]
public event ImageClickEventHandler Click

See Also

Reference