←Select platform

UpdateSummary Event

Summary

Occurs when the command have new information for display.

Syntax

C#
VB
C++
public event EventHandler<UpdateSummaryEventArgs> UpdateSummary 
  
Public Event UpdateSummary As EventHandler(Of UpdateSummaryEventArgs) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly