MedicalViewerUIChangedEventArgs Constructor

Summary
Initializes a new instance of the MedicalViewerUIChangedEventArgs class.
Syntax
C#
C++/CLI
            public: 
MedicalViewerUIChangedEventArgs(  
   MedicalViewerActionType action, 
   int cellIndex, 
   int subCellIndex, 
   int x, 
   int y, 
   MedicalViewerActionStatus status 
) 

Parameters

action
A MedicalViewerActionType enumeration value that indicates the action that was applied.

cellIndex
The zero-based index of the cell which has the action applied on.

subCellIndex
The zero-based index of the sub-cell which has the action applied on.

x
The X coordinates of the cursor.

y
The Y coordinates of the cursor.

status
MedicalViewerActionStatus enumeration value that indicates the status of the action (whether it has just begun, is in progress, or has just finished.)

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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