LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SeriesDropLoaderRequested Event

Show in webframe






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
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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


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