DoObjectClicked Event - Python

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Python Control >

DoObjectClicked Event - Python

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

A clickable object with an assigned ObjectID has been clicked with the mouse.

This is one of the few events where CloseDoc() may be called while processing the event.

integer DoObjectClicked(

ObjectID as integer

)

ObjectID

the Object ID of the object that was clicked by the user

Remarks:

The event handler should return zero.

 

See also:

Clickable Objects