DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / SupportsChangeNotification Property

In This Topic
    SupportsChangeNotification Property
    In This Topic
    Gets whether a System.ComponentModel.IBindingList.ListChanged event is raised when the list changes or an item in the list changes.
    Syntax
    'Declaration
     
    Public ReadOnly Property SupportsChangeNotification As Boolean
    public bool SupportsChangeNotification {get;}
    See Also