Leadtools.Medical.Workstation.UI.Commands Namespace > QueueItemCommand Class : UpdateSummary Event |
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
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.
Property | Description |
---|---|
Error | Gets or sets the error exception. |
Summary | Gets or sets the summary description. |
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