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

SeriesLoadingCanceled Event (WorkstationViewer)







Occurs when loading a series is canceled.
Syntax
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCanceled
'Declaration
 
Public Event SeriesLoadingCanceled As EventHandler(Of LoadSeriesEventArgs)
'Usage
 
Dim instance As WorkstationViewer
Dim handler As EventHandler(Of LoadSeriesEventArgs)
 
AddHandler instance.SeriesLoadingCanceled, handler
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCanceled
add_SeriesLoadingCanceled(function(sender, e))
remove_SeriesLoadingCanceled(function(sender, e))

public: __event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCanceled
public:
event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCanceled
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: 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

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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