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

IUIElementDataWatch.RegisterWatch

Switch to Manual
public Experimental.UIElements.IUIElementDataWatchRequest RegisterWatch (Object toWatch, Action<Object> watchNotification);

Parameters

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

Returns

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

Description

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