Occurs when a series information need to be loaded because of a drag/drop action.
public event EventHandler<SeriesDropLoaderRequestedEventArgs> SeriesDropLoaderRequested
Public Event SeriesDropLoaderRequested As EventHandler(Of SeriesDropLoaderRequestedEventArgs)
public:
event EventHandler<SeriesDropLoaderRequestedEventArgs^>^ SeriesDropLoaderRequested
The event handler receives an argument of type SeriesDropLoaderRequestedEventArgs containing data related to this event. The following SeriesDropLoaderRequestedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Series | Gets the series information for the dropped series. |
SeriesLoader | Gets or sets the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase which will handle loading the series. |
The user should set the SeriesDropLoaderRequestedEventArgs.SeriesLoader to load the series.
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