Leadtools.MedicalViewer Requires Medical Imaging license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MedicalViewerUIChangedEventArgs Constructor
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerUIChangedEventArgs Class : MedicalViewerUIChangedEventArgs Constructor



action
MedicalViewerActionType enumeration that indicates the action that was applied.
cellIndex
the index of the cell which has the action applied on.
subCellIndex
the 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 that indicates the status of the action whether it has just begun, in progress, or just finished.
Initializes a new instance of the MedicalViewerUIChangedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal action As MedicalViewerActionType, _
   ByVal cellIndex As Integer, _
   ByVal subCellIndex As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal status As MedicalViewerActionStatus _
)
Visual Basic (Usage)Copy Code
Dim action As MedicalViewerActionType
Dim cellIndex As Integer
Dim subCellIndex As Integer
Dim x As Integer
Dim y As Integer
Dim status As MedicalViewerActionStatus
 
Dim instance As MedicalViewerUIChangedEventArgs(action, cellIndex, subCellIndex, x, y, status)
C# 
public MedicalViewerUIChangedEventArgs( 
   MedicalViewerActionType action,
   int cellIndex,
   int subCellIndex,
   int x,
   int y,
   MedicalViewerActionStatus status
)
C++/CLI 
public:
MedicalViewerUIChangedEventArgs( 
   MedicalViewerActionType action,
   int cellIndex,
   int subCellIndex,
   int x,
   int y,
   MedicalViewerActionStatus status
)

Parameters

action
MedicalViewerActionType enumeration that indicates the action that was applied.
cellIndex
the index of the cell which has the action applied on.
subCellIndex
the 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 that indicates the status of the action whether it has just begun, in progress, or just finished.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features