Class ObserveProxyVariable
Proxy variable to observe value change
public abstract class ObserveProxyVariable : IDisposable
- Inheritance
-
objectObserveProxyVariable
- Derived
Methods
Dispose()
public abstract void Dispose()
Register(Action<object>)
public abstract void Register(Action<object> onValueChangeCallback)
Parameters
onValueChangeCallbackAction<object>