Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : SeriesLoadingCompleted Event |
event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted
'Declaration Event SeriesLoadingCompleted As EventHandler(Of LoadSeriesEventArgs)
'Usage Dim instance As IWorkstationEventBroker Dim handler As EventHandler(Of LoadSeriesEventArgs) AddHandler instance.SeriesLoadingCompleted, handler
__event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCompleted
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. |