←Select platform

SetElementValue Event

Summary

Occurs when an objects value is about to be set.

Syntax

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

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