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