PropertyChanged Event

Summary
Occurs when a property value changes.
Syntax
C#
C++/CLI
public event PropertyChangedEventHandler PropertyChanged 
            public: 
virtual 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

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.