LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

FeatureExecutionError Event (IWorkstationEventBroker)







Occurs when a feature execution fail.
Syntax
'Declaration
 
Event FeatureExecutionError As EventHandler(Of WorkstationFeatureErrorEventArgs)
'Usage
 
Dim instance As IWorkstationEventBroker
Dim handler As EventHandler(Of WorkstationFeatureErrorEventArgs)
 
AddHandler instance.FeatureExecutionError, handler
add_FeatureExecutionError(function(sender, e))
remove_FeatureExecutionError(function(sender, e))

__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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.