This event is used internally to propagate
IPropertyInfo.PropertyInfoChanged events across the remoting boundary. See
NotifyPropertyInfoChangedWrapper for a description of how to receive
IPropertyInfo.PropertyInfoChanged events for a given object.
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