Click event

Occurs when you click anywhere on the object.
The Click event occurs after the MouseUp event.
Syntax
object
_
Click
where
object
– is the name of a graphic object, or an expression that evaluates to a graphic object.
Remarks
  • Double-clicking triggers a Click event followed by a DblClick event.
  • The Click event does not occur if you move the mouse pointer off the object before releasing the mouse button. The MouseUp event always occurs.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal