Interface IChangeNotifyingItem
A class implements this interface to let it be known that it provides a PropertyChanged event.
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IChangeNotifyingItem
Remarks
The ArrayListExt class makes use of this interface when the items in its list implement it. The ArrayListExt listens to this event and forwards the event args using its own ItemPropertyChanged event.
Events
PropertyChanged
Occurs when one of the object's property changes.
Declaration
event SyncfusionPropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
SyncfusionPropertyChangedEventHandler |
Remarks
This event provides a generic way of notifying changes in an object's property, along with the old value, new value and the PropertyChangeEffect.