点击或拖拽改变大小

DbDataSource.SupportsChangeNotification 属性

X#
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 PROPERTY SupportsChangeNotification AS LOGIC GET 
查看代码

返回值

类型:Boolean
if a ListChanged event is raised when the list changes or when an item changes; otherwise, .

实现

SupportsChangeNotification
参见