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 : SeriesLoadingCompleted Event |
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted
'Declaration Public Event SeriesLoadingCompleted As EventHandler(Of LoadSeriesEventArgs)
'Usage Dim instance As WorkstationViewer Dim handler As EventHandler(Of LoadSeriesEventArgs) AddHandler instance.SeriesLoadingCompleted, handler
public: __event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCompleted
public: 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. |