LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

SeriesLoadingError Event (IWorkstationEventBroker)







Occurs when loading a series fail.
Syntax
event EventHandler<LoadSeriesErrorEventArgs> SeriesLoadingError
'Declaration
 
Event SeriesLoadingError As EventHandler(Of LoadSeriesErrorEventArgs)
'Usage
 
Dim instance As IWorkstationEventBroker
Dim handler As EventHandler(Of LoadSeriesErrorEventArgs)
 
AddHandler instance.SeriesLoadingError, handler
event EventHandler<LoadSeriesErrorEventArgs> SeriesLoadingError
add_SeriesLoadingError(function(sender, e))
remove_SeriesLoadingError(function(sender, e))

__event EventHandler<LoadSeriesErrorEventArgs*>* SeriesLoadingError
event EventHandler<LoadSeriesErrorEventArgs*>* SeriesLoadingError
Event Data

The event handler receives an argument of type LoadSeriesErrorEventArgs containing data related to this event. The following LoadSeriesErrorEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets the error System.Exception.
LoadedSeries (Inherited from Leadtools.Medical.Workstation.UI.LoadSeriesEventArgs)Gets the series information.
Requirements

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

See Also

Reference

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.