BindingSource.SupportsChangeNotification 属性

定义

获取一个值,它指示数据源是否支持更改通知。

public:
 virtual property bool SupportsChangeNotification { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool SupportsChangeNotification { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SupportsChangeNotification : bool
Public Overridable ReadOnly Property SupportsChangeNotification As Boolean

属性值

Boolean

在所有情况下均为 true

实现

属性

适用于