VolumeLoadingProgress Event

Summary
Occurs during the loading of a 3D volume.
Syntax
C#
VB
C++
public event ProgressChangedEventHandler VolumeLoadingProgress 
  
Public Event VolumeLoadingProgress As ProgressChangedEventHandler 
public: 
event ProgressChangedEventHandler^ VolumeLoadingProgress 
Event Data

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

PropertyDescription
ProgressPercentage Gets the asynchronous task progress percentage.
UserState Gets a unique user state.
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.