Occurs when the automation needs to show the properties dialog of the selected object.
public event EventHandler<AnnAutomationEventArgs> OnShowObjectProperties
Public Event OnShowObjectProperties As EventHandler(Of AnnAutomationEventArgs)
public event EventHandler<AnnAutomationEventArgs> 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))
public:
event EventHandler<AnnAutomationEventArgs^>^ OnShowObjectProperties
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.
Property | Description |
---|---|
Cancel | Get or sets a value that indicates whether this event is to be cancelled. |
Object | Gets the current selected automation object. |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET