Event that indicates that information (
IPropertyInfo) about a property has changed.
Syntax
Event Data
The event handler receives an argument of type PropertyInfoChangedEventArgs containing data related to this event. The following PropertyInfoChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
PropertyName | Gets the name of the property whose information has changed. |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also