C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerRequestedFramesInformationEventArgs> FramesRequested
Public Event FramesRequested As EventHandler(Of MedicalViewerRequestedFramesInformationEventArgs)
public:
event EventHandler<MedicalViewerRequestedFramesInformationEventArgs^>^ FramesRequested
The event handler receives an argument of type MedicalViewerRequestedFramesInformationEventArgs containing data related to this event. The following MedicalViewer3DFrameRequestedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Image | Gets or sets the image that is requested by the Medical Viewer engine and the Medical 3D Engine. |
ImageIndex | Gets the value that indicates the index of the requested image |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET