Click Event
Occurs when the user releases the left mouse key in a list box object or grid object in the run-time environment.
Syntax
object_Click( )
The Click event syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
NOTE (CIMPLICITY USERS ONLY): The event handler above is named in accordance with the standard VBA naming convention. In CIMPLICITY, this convention is not followed and the default name for this event handler is OnClick(). You can use a name of your own choice for the event handler and use the Event tab to associate it with the ActiveX event in question. For some events you may notice that there are already handlers, in which case you should add your own processing to the existing handlers rather than replacing them.
Remarks
This event is the common event used to initiate an operator action. It is also the default event used by the script authoring wizards.
The sequence of mouse-related events is:
Click