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);

파라미터

toWatchThe object to watch.
watchNotificationCallback.

반환

IUIElementDataWatchRequest A reference to this datawatch request. Disposing it will ensure any native resources will also be released.

설명

Starts watching an object. When watched, all changes on an object will trigger the callback to be invoked.