LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

UpdateSummary Event

Show in webframe






Occurs when the command have new information for display.
Syntax
public event EventHandler<UpdateSummaryEventArgs> UpdateSummary
'Declaration
 
Public Event UpdateSummary As EventHandler(Of UpdateSummaryEventArgs)
'Usage
 
Dim instance As QueueItemCommand
Dim handler As EventHandler(Of UpdateSummaryEventArgs)
 
AddHandler instance.UpdateSummary, handler

            

            
public: __event EventHandler<UpdateSummaryEventArgs*>* UpdateSummary
public:
event EventHandler<UpdateSummaryEventArgs*>* UpdateSummary
Event Data

The event handler receives an argument of type UpdateSummaryEventArgs containing data related to this event. The following UpdateSummaryEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets or sets the error exception.
Summary Gets or sets the summary description.
Requirements

Target Platforms

See Also

Reference

QueueItemCommand Class
QueueItemCommand Members

 

 


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