DbDataSource.SupportsChangeNotification Property | |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax PROPERTY SupportsChangeNotification AS LOGIC GET
public bool SupportsChangeNotification { get; }
Request Example
View SourceReturn Value
Type:
Logic if a
ListChanged event is raised when the list changes or when an item changes; otherwise,
.
Implements
SupportsChangeNotificationSee Also