Optional delegate method for additional processing.
public event EventHandler<MedicalViewerUIChangedEventArgs> UIChanged
Public Event UIChanged As EventHandler(Of MedicalViewerUIChangedEventArgs)
public:
event EventHandler<MedicalViewerUIChangedEventArgs^>^ UIChanged
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.
Property | Description |
---|---|
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document