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

UpdateSummary Event







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
add_UpdateSummary(function(sender, e))
remove_UpdateSummary(function(sender, e))

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: 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

QueueItemCommand Class
QueueItemCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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