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

Show in webframe

PropertyChanged Event (Study)






Occurs when a property value changes.
Syntax
public event PropertyChangedEventHandler PropertyChanged
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
 
Dim instance As Study
Dim handler As PropertyChangedEventHandler
 
AddHandler instance.PropertyChanged, handler

            

            
public:
event PropertyChangedEventHandler^ PropertyChanged
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

Study Class
Study Members

Error processing SSI file