[This is preliminary documentation and is subject to change.]
Events may be used to tightly couple a GUI application to the component. The events provide a continues progress about activities performed by the component during the validation process. These activities have various levels.
The listening application can subscribe to these events by means of a ActivityReportEventHandler.
| C# | Visual Basic | Visual C++ |
namespace Dvtk.Events
Namespace Dvtk.Events
namespace Dvtk.Events
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ActivityReportEventArgs |
Provides data for the ActivityReportEvent event.
| |
| ActivityReportEventHandler |
Represents the method that handles the ActivityReportEvent.
| |
| ReportLevel |
Report level of activities reported by the Dicom Validation Tool (DVT).
|