Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

OnShowObjectProperties Event

Show in webframe
Occurs when the automation needs to show the properties dialog of the selected object.
Syntax
add_onShowObjectProperties(function(sender, e))
onShowObjectProperties.add(function(sender, e))
remove_onShowObjectProperties(function(sender, e))
onShowObjectProperties.remove(function(sender, e))
    

This event is fired when the ShowObjectProperties method is called.

The framework does not contain a user interface for this, instead, the OnShowObjectProperties event is fired and the application code most show a UI to update CurrentEditObject.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnAutomationEventArgs The event data.
See Also
Error processing SSI file