- data
- The information requested by the MedicalViewer or the MedicalViewerCell control.
Visual Basic (Declaration) | |
---|---|
Public Shared Function Provide3DInformation( _ ByVal data As MedicalViewerData3DRequestedEventArgs _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim data As MedicalViewerData3DRequestedEventArgs Dim value As Boolean value = Medical3DEngine.Provide3DInformation(data) |
C# | |
---|---|
public static bool Provide3DInformation( MedicalViewerData3DRequestedEventArgs data ) |
C++/CLI | |
---|---|
public: static bool Provide3DInformation( MedicalViewerData3DRequestedEventArgs^ data ) |
Parameters
- data
- The information requested by the MedicalViewer or the MedicalViewerCell control.
This method can only be used with the Data3DRequested event declared in the MedicalViewerCell class. Please refer to Leadtools.MedicalViewer.MedicalViewerCell
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7