PropertyDescriptor::SupportsChangeEvents Property
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if value change notifications may originate from outside the property descriptor; otherwise, false.
The 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 the SetValue method. For example, the component may implement the INotifyPropertyChanged interface, or may have an explicit nameChanged event for this property.
Available since 2.0