LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

FeatureError Event (WorkstationStripItemFeatureExecuter)

Show in webframe






Occurs when executing a command registered with a System.Windows.Forms.ToolStripItem feature throws an exception.
Syntax
public event EventHandler<DataEventArgs<Exception>> FeatureError
'Declaration
 
Public Event FeatureError As EventHandler(Of DataEventArgs(Of Exception))
'Usage
 
Dim instance As WorkstationStripItemFeatureExecuter
Dim handler As EventHandler(Of DataEventArgs(Of Exception))
 
AddHandler instance.FeatureError, handler

            

            
public: __event EventHandler<DataEventArgs<Exception*>*>* FeatureError
public:
event EventHandler<DataEventArgs<Exception*>*>* FeatureError
Event Data

The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms

See Also

Reference

WorkstationStripItemFeatureExecuter Class
WorkstationStripItemFeatureExecuter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.