DVTk API
Dvtk.Events Namespace
DVTkDvtk.Events
DVTk API

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

Declaration Syntax
C#Visual BasicVisual C++
namespace Dvtk.Events
Namespace Dvtk.Events
namespace Dvtk.Events
Types
All TypesClassesEnumerationsDelegates
IconTypeDescription
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).