C#
VB
C++
Occurs when loading a series is completed successfully.
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted
Event SeriesLoadingCompleted As EventHandler(Of LoadSeriesEventArgs)
event EventHandler<LoadSeriesEventArgs^>^ SeriesLoadingCompleted
The event handler receives an argument of type LoadSeriesEventArgs containing data related to this event. The following LoadSeriesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
LoadedSeries | Gets the series information. |
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