Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : SeriesDropLoaderRequested Event |
public event EventHandler<SeriesDropLoaderRequestedEventArgs> SeriesDropLoaderRequested
'Declaration Public Event SeriesDropLoaderRequested As EventHandler(Of SeriesDropLoaderRequestedEventArgs)
'Usage Dim instance As WorkstationViewer Dim handler As EventHandler(Of SeriesDropLoaderRequestedEventArgs) AddHandler instance.SeriesDropLoaderRequested, handler
public: __event EventHandler<SeriesDropLoaderRequestedEventArgs*>* SeriesDropLoaderRequested
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.