(Leadtools.Annotations.Automation)

OnShowObjectProperties Event

Show in webframe




Occurs when the automation needs to show the properties dialog of the selected object.
Syntax
public event EventHandler OnShowObjectProperties
public event EventHandler OnShowObjectProperties
-(void) automationOnShowObjectProperties:(LTAnnAutomation*) automation;
public void addOnShowObjectPropertiesListener(AnnEventListener listener)
public void removeOnShowObjectPropertiesListener(AnnEventListener listener)
            
add_OnShowObjectProperties(function(sender, e))
remove_OnShowObjectProperties(function(sender, e))

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.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.