C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerFramesLoadedEventArgs> FramesLoaded
Public Event FramesLoaded As EventHandler(Of MedicalViewerFramesLoadedEventArgs)
public:
event EventHandler<MedicalViewerFramesLoadedEventArgs^>^ FramesLoaded
The event handler receives an argument of type MedicalViewerFramesLoadedEventArgs containing data related to this event. The following MedicalViewerFramesLoadedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellIndex | Gets the value that indicates the index of the cell that fired the event. |
FramesLoadedIndexes | Gets the array of integers containing the a zero-based index of each loaded page. |
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