UIChanged Event

Summary
Optional delegate method for additional processing.
Syntax
C#
C++/CLI
public event EventHandler<MedicalViewerUIChangedEventArgs> UIChanged 
public: 
event EventHandler<MedicalViewerUIChangedEventArgs^>^ UIChanged 
Event Data

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

PropertyDescription
ActionState Gets the Leadtools.MedicalViewer.MedicalViewerActionStatus enumeration value that indicates the status of the action.
ActionType Gets the Leadtools.MedicalViewer.MedicalViewerActionType enumeration value that indicates the action that was applied.
CellIndex Gets the value that indicates the index of the cell to which the action has been applied.
SubCellIndex Gets the value that indicates the index of the sub-cell to which the action has been applied.
X Gets the value that indicates the X coordinate of the cursor.
Y Gets the value that indicates the Y coordinate of the cursor.
Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.