Leadtools.MedicalViewer Namespace > MedicalViewerUIChangedEventArgs Class : MedicalViewerUIChangedEventArgs Constructor |
public MedicalViewerUIChangedEventArgs( MedicalViewerActionType action, int cellIndex, int subCellIndex, int x, int y, MedicalViewerActionStatus status )
'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 _ )
'Usage 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 New MedicalViewerUIChangedEventArgs(action, cellIndex, subCellIndex, x, y, status)
public: MedicalViewerUIChangedEventArgs( MedicalViewerActionType action, int cellIndex, int subCellIndex, int x, int y, MedicalViewerActionStatus status )