GetElementValue Event

Summary

Occurs when an objects value is requested.

Syntax
C#
VB
C++
public event EventHandler<PropertyValueEventArgs> GetElementValue 
Public Event GetElementValue As EventHandler(Of PropertyValueEventArgs) 
public: 
event EventHandler<PropertyValueEventArgs^>^ GetElementValue 

Event Data

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.

PropertyDescription
Property Gets the DICOM Element property.
Value Gets or sets the value.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly