DependencyPropertyDescriptor::SupportsChangeEvents Property
Indicates whether value change notifications for this property may originate from outside the property descriptor, such as from the component itself, or whether notifications will only originate from direct calls made to SetValue.
Assembly: WindowsBase (in WindowsBase.dll)
Property Value
Type: System::Booleantrue if notifications for this property may originate from outside the property descriptor, such as from the component itself. false if notifications will only originate from direct calls made to SetValue.
For example, for the true case, the component may implement the INotifyPropertyChanged interface, or may have an explicit propertyNameChanged event for this property.
This property relies on the underlying PropertyDescriptor.
Available since 3.0