Leadtools.Medical.Workstation Namespace > WorkstationEventBroker Class : SeriesLoadingCanceled Event |
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCanceled
'Declaration Public Event SeriesLoadingCanceled As EventHandler(Of LoadSeriesEventArgs)
'Usage Dim instance As WorkstationEventBroker Dim handler As EventHandler(Of LoadSeriesEventArgs) AddHandler instance.SeriesLoadingCanceled, handler
public: __event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCanceled
public: event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCanceled
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. |