LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SeriesLoadingError Event (WorkstationViewer)

Show in webframe






Occurs when an error occurs when loading a series.
Syntax
public event EventHandler<LoadSeriesErrorEventArgs> SeriesLoadingError
'Declaration
 
Public Event SeriesLoadingError As EventHandler(Of LoadSeriesErrorEventArgs)
'Usage
 
Dim instance As WorkstationViewer
Dim handler As EventHandler(Of LoadSeriesErrorEventArgs)
 
AddHandler instance.SeriesLoadingError, handler

            

            
public: __event EventHandler<LoadSeriesErrorEventArgs*>* SeriesLoadingError
public:
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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.