Click or drag to resize

DbDataSource.SupportsChangeNotification Property

X#
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.19
Syntax
 PROPERTY SupportsChangeNotification AS LOGIC GET 
Request Example View Source

Return Value

Type: Logic
if a ListChanged event is raised when the list changes or when an item changes; otherwise, .

Implements

SupportsChangeNotification
See Also