Table of Contents

Class ObserveProxyVariable

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Proxy variable to observe value change

public abstract class ObserveProxyVariable : IDisposable
Inheritance
object
ObserveProxyVariable
Derived

Methods

Dispose()

public abstract void Dispose()

Register(Action<object>)

public abstract void Register(Action<object> onValueChangeCallback)

Parameters

onValueChangeCallback Action<object>