←Select platform

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

Leadtools.Dicom.Common Assembly