menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChangeNotifyingItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved