| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal cell As MedicalViewerCell, _ ByVal subcellIndex As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RequestedImageStreamedEventArgs( MedicalViewerCell cell, int subcellIndex ) | |
| C++/CLI | |
|---|---|
public: RequestedImageStreamedEventArgs( MedicalViewerCell cell, int subcellIndex ) | |
Parameters
- cell
- The MedicalViewerCell that the image is inserted to.
- subcellIndex
- The sub cell index of the cell that the image is inserted to.
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family