public MedicalViewerDrawingAnnotationsEventArgs(
int ,
AnnObject ,
MedicalViewerActionType ,
AnnContainer
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As AnnObject, _
ByVal As MedicalViewerActionType, _
ByVal As AnnContainer _
)
'Usage
Dim subCellIndex As Integer
Dim annObject As AnnObject
Dim type As MedicalViewerActionType
Dim container As AnnContainer
Dim instance As New MedicalViewerDrawingAnnotationsEventArgs(subCellIndex, annObject, type, container)
public:
MedicalViewerDrawingAnnotationsEventArgs(
int ,
AnnObject^ ,
MedicalViewerActionType ,
AnnContainer^
)