←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly