Leadtools.Medical.Workstation Namespace > WorkstationEventBroker Class : SeriesLoadingCompleted Event |
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted
'Declaration Public Event SeriesLoadingCompleted As EventHandler(Of LoadSeriesEventArgs)
'Usage Dim instance As WorkstationEventBroker Dim handler As EventHandler(Of LoadSeriesEventArgs) AddHandler instance.SeriesLoadingCompleted, handler
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted
add_SeriesLoadingCompleted(function(sender, e)) remove_SeriesLoadingCompleted(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2