Occurs when an error occur while loading or creating a 3D volume.
public event EventHandler<Volume3DLoadingErrorEventArgs> VolumeLoadError
Public Event VolumeLoadError As EventHandler(Of Volume3DLoadingErrorEventArgs)
public:
event EventHandler<Volume3DLoadingErrorEventArgs^>^ VolumeLoadError
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.
Property | Description |
---|---|
Error | Gets the exception of the error. |
Handled | Gets or sets whether the user handled the error |
If the user set the Volume3DLoadingErrorEventArgs.Handled property to true the WorkstationViewer will not display any messages to the user.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET