Gets whether a
ListChanged event is raised when the list changes or an item in the list changes.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool SupportsChangeNotification { get; } |
Visual Basic |
---|
Public ReadOnly Property SupportsChangeNotification As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool SupportsChangeNotification {
bool get () sealed;
} |
F# |
---|
abstract SupportsChangeNotification : bool with get
override SupportsChangeNotification : bool with get |
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if a
ListChanged event is raised when the list changes or when an item changes; otherwise, false.
Implements
IBindingList..::..SupportsChangeNotificationSee Also