C#
VB
C++
Occurs when a feature execution fail.
public event EventHandler<WorkstationFeatureErrorEventArgs> FeatureExecutionError
Event FeatureExecutionError As EventHandler(Of WorkstationFeatureErrorEventArgs)
event EventHandler<WorkstationFeatureErrorEventArgs^>^ FeatureExecutionError
The event handler receives an argument of type WorkstationFeatureErrorEventArgs containing data related to this event. The following WorkstationFeatureErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error (Inherited from Leadtools.Medical.Workstation.WorkstationErrorEventArgs) | Gets the error that occurred. |
FeatureId | Gets the feature that failed to run. |
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