←Select platform

OnShowObjectProperties Event

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<AnnAutomationEventArgs> OnShowObjectProperties 
Public Event OnShowObjectProperties As EventHandler(Of AnnAutomationEventArgs) 
-(void) automationOnShowObjectProperties:(LTAnnAutomation*) automation; 
public void addOnShowObjectPropertiesListener(AnnEventListener listener) 
public void removeOnShowObjectPropertiesListener(AnnEventListener listener) 
public:  
   event EventHandler<AnnAutomationEventArgs^>^ OnShowObjectProperties 

Event Data

The event handler receives an argument of type AnnAutomationEventArgs containing data related to this event. The following AnnAutomationEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Get or sets a value that indicates whether this event is to be cancelled.

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

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