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

Show in webframe

PropertyChanged Event (StorageOptions)






Occurs when a property value change.
Syntax
public event PropertyChangedEventHandler PropertyChanged
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
 
Dim instance As StorageOptions
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

StorageOptions Class
StorageOptions Members

Error processing SSI file