WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IListChangedSource - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IListChangedSource

    Provides the functionality of stripped down version of IBindingList. The interface only has the ListChanged event to notify the engine about changes in a bound data source.

    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public interface IListChangedSource

    Properties

    SupportsListChanged

    Gets the value indicating whether this list supports the ListChanged event or not.

    Declaration
    bool SupportsListChanged { get; }
    Property Value
    Type Description
    System.Boolean

    Events

    ListChanged

    Occurs when the list changes or an item in the list changes. See ListChanged in the System.ComponentModel.IBindingList interface.

    Declaration
    event ListChangedEventHandler ListChanged
    Event Type
    Type Description
    System.ComponentModel.ListChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved