onShowObjectProperties Event

Summary

Occurs when the automation needs to show the properties dialog of the selected object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype,'onShowObjectProperties',  
	get: function(), 
	set: function(value) 
) 
onShowObjectProperties: LeadEvent; 

Remarks

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

ParameterTypeDescription
sendervarThe source of the event.
eAnnAutomationEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly