LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SeriesLoadingCompleted Event (WorkstationViewer)

Show in webframe






Occurs when loading a series is completed.
Syntax
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted
'Declaration
 
Public Event SeriesLoadingCompleted As EventHandler(Of LoadSeriesEventArgs)
'Usage
 
Dim instance As WorkstationViewer
Dim handler As EventHandler(Of LoadSeriesEventArgs)
 
AddHandler instance.SeriesLoadingCompleted, handler

            

            
public: __event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCompleted
public:
event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCompleted
Event Data

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.

PropertyDescription
LoadedSeries 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.