<< Click to Display Table of Contents >> DoObjectClicked Event - Python |
![]() ![]() ![]() |
[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.