Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

PropertyChanged Event (SOPInstancePreCompressedFormat)






Occurs when a property value change.
Syntax
public event PropertyChangedEventHandler PropertyChanged
public:
event PropertyChangedEventHandler^ PropertyChanged
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
 
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim handler As PropertyChangedEventHandler
 
AddHandler instance.PropertyChanged, handler
Event Data

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

PropertyDescription
PropertyName Gets the name of the property that changed.
Requirements

Target Platforms

See Also

Reference

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

Error processing SSI file