SeriesDropLoaderRequested Event

Summary
Occurs when a series information need to be loaded because of a drag/drop action.
Syntax
C#
VB
C++
public event EventHandler<SeriesDropLoaderRequestedEventArgs> SeriesDropLoaderRequested 
  
Public Event SeriesDropLoaderRequested As EventHandler(Of SeriesDropLoaderRequestedEventArgs) 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.