C#
VB
C++
Occurs when an objects value is about to be set.
public event EventHandler<PropertyValueEventArgs> SetElementValue
Public Event SetElementValue As EventHandler(Of PropertyValueEventArgs)
public:
event EventHandler<PropertyValueEventArgs^>^ SetElementValue
The event handler receives an argument of type PropertyValueEventArgs containing data related to this event. The following PropertyValueEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Property | Gets the DICOM Element property. |
Value | Gets or sets the value. |
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