Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : FeatureExecutionError Event |
event EventHandler<WorkstationFeatureErrorEventArgs> FeatureExecutionError
'Declaration Event FeatureExecutionError As EventHandler(Of WorkstationFeatureErrorEventArgs)
'Usage Dim instance As IWorkstationEventBroker Dim handler As EventHandler(Of WorkstationFeatureErrorEventArgs) AddHandler instance.FeatureExecutionError, handler
__event EventHandler<WorkstationFeatureErrorEventArgs*>* FeatureExecutionError
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. |