ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList 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 System.Boolean
    public System.bool SupportsChangeNotification {get;}
    See Also