C#
VB
C++
Occurs when a 3D volume creating fails.
public event EventHandler<WorkstationErrorEventArgs> VolumeCreationError
Public Event VolumeCreationError As EventHandler(Of WorkstationErrorEventArgs)
public:
event EventHandler<WorkstationErrorEventArgs^>^ VolumeCreationError
The event handler receives an argument of type WorkstationErrorEventArgs containing data related to this event. The following WorkstationErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets the error that occurred. |
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