C#
VB
C++
Occurs when the command have new information for display.
public event EventHandler<UpdateSummaryEventArgs> UpdateSummary
Public Event UpdateSummary As EventHandler(Of UpdateSummaryEventArgs)
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET