CollectionView.OKToChangeCurrent 方法

定义

返回一个值,该值指示视图是否可以更改作为 CurrentItem 的项。

protected:
 bool OKToChangeCurrent();
protected bool OKToChangeCurrent ();
member this.OKToChangeCurrent : unit -> bool
Protected Function OKToChangeCurrent () As Boolean

返回

如果侦听器取消了更改,则为 false;否则为 true

适用于