VolumeLoadError Event

Summary
Occurs when an error occur while loading or creating a 3D volume.
Syntax
C#
VB
C++
public event EventHandler<Volume3DLoadingErrorEventArgs> VolumeLoadError 
  
Public Event VolumeLoadError As EventHandler(Of Volume3DLoadingErrorEventArgs) 
public: 
event EventHandler<Volume3DLoadingErrorEventArgs^>^ VolumeLoadError 
Event Data

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

PropertyDescription
Error Gets the exception of the error.
Handled Gets or sets whether the user handled the error
Remarks

If the user set the Volume3DLoadingErrorEventArgs.Handled property to true the WorkstationViewer will not display any messages to the user.

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.