DBPix Documentation
Version 2.0

Click Event


Description:  Fires when the user clicks on the control.
Syntax:  void Click()
Remarks:  

This event is fired whenever the user clicks in the control area with the primary mouse button. This includes during panning, zooming and other user-interactions.

To be notified only when clicking inside an image, and to exclude pan and zoom operations etc, see the ImageClicked event, which also provides the point on the image that was clicked.

See also:
   DblClick event
   ImageClicked event
   MouseMove event
   MouseUp event

 

 

Documentation version 2.0.0