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 |
---|---|
|
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.
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