Initializes a new instance of the MedicalViewerUIChangedEventArgs class.
public MedicalViewerUIChangedEventArgs(MedicalViewerActionType action,int cellIndex,int subCellIndex,int x,int y,MedicalViewerActionStatus status)
Public Function New( _ByVal action As Leadtools.Medicalviewer.MedicalViewerActionType, _ByVal cellIndex As Integer, _ByVal subCellIndex As Integer, _ByVal x As Integer, _ByVal y As Integer, _ByVal status As Leadtools.Medicalviewer.MedicalViewerActionStatus _)
public:MedicalViewerUIChangedEventArgs(Leadtools.Medicalviewer.MedicalViewerActionType action,int cellIndex,int subCellIndex,int x,int y,Leadtools.Medicalviewer.MedicalViewerActionStatus status)
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.)
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
