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 |
---|
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 |
---|
System.ComponentModel.ListChangedEventHandler |