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 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.