PropertyInfo Event

Summary

Occurs when image information is requested for a property.

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

Event Data

The event handler receives an argument of type PropertyInfoEventArgs containing data related to this event. The following PropertyInfoEventArgs properties provide information specific to this event.

PropertyDescription
Element Gets the DICOM element.
PropertyImageInfo Gets the property image info.
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