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

SeriesDropLoaderRequested Event







Occurs when a series information need to be loaded because of a drag/drop action.
Syntax
public event EventHandler<SeriesDropLoaderRequestedEventArgs> SeriesDropLoaderRequested
'Declaration
 
Public Event SeriesDropLoaderRequested As EventHandler(Of SeriesDropLoaderRequestedEventArgs)
'Usage
 
Dim instance As WorkstationViewer
Dim handler As EventHandler(Of SeriesDropLoaderRequestedEventArgs)
 
AddHandler instance.SeriesDropLoaderRequested, handler
public event EventHandler<SeriesDropLoaderRequestedEventArgs> SeriesDropLoaderRequested
add_SeriesDropLoaderRequested(function(sender, e))
remove_SeriesDropLoaderRequested(function(sender, e))

public: __event EventHandler<SeriesDropLoaderRequestedEventArgs*>* SeriesDropLoaderRequested
public:
event EventHandler<SeriesDropLoaderRequestedEventArgs*>* SeriesDropLoaderRequested
Event Data

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

PropertyDescription
Series Gets the series information for the dropped series.
SeriesLoader Gets or sets the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase which will handle loading the series.
Remarks

The user should set the SeriesDropLoaderRequestedEventArgs.SeriesLoader to load the series.

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.