Experimental: this API is experimental and might be changed or removed in the future.

IUIElementDataWatch.RegisterWatch

切换到手册
public Experimental.UIElements.IUIElementDataWatchRequest RegisterWatch (Object toWatch, Action<Object> watchNotification);

参数

toWatch要监视的对象。
watchNotification回调。

返回

IUIElementDataWatchRequest 对此 DataWatch 请求的引用。释放它可确保也释放所有本机资源。

描述

开始监视一个对象。在监视的情况下,对象的所有更改都会触发调用此回调。