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