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