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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.