Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

FeatureExecutionError Event (WorkstationEventBroker)







Occurs when a feature execution fail.
Syntax
public event EventHandler<WorkstationFeatureErrorEventArgs> FeatureExecutionError
'Declaration
 
Public Event FeatureExecutionError As EventHandler(Of WorkstationFeatureErrorEventArgs)
'Usage
 
Dim instance As WorkstationEventBroker
Dim handler As EventHandler(Of WorkstationFeatureErrorEventArgs)
 
AddHandler instance.FeatureExecutionError, handler

            

            
public: __event EventHandler<WorkstationFeatureErrorEventArgs*>* FeatureExecutionError
public:
event EventHandler<WorkstationFeatureErrorEventArgs^>^ FeatureExecutionError
Event Data

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.

PropertyDescription
Error (Inherited from Leadtools.Medical.Workstation.WorkstationErrorEventArgs)Gets the error that occurred.
FeatureId Gets the feature that failed to run.
Requirements

Target Platforms

See Also

Reference

WorkstationEventBroker Class
WorkstationEventBroker Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features