Table of Contents

Class ObserveProxyVariable

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Proxy variable to observe value change

public abstract class ObserveProxyVariable : IDisposable
Inheritance
ObserveProxyVariable
Implements
Derived
Inherited Members

Constructors

ObserveProxyVariable()

protected ObserveProxyVariable()

Methods

Dispose()

public abstract void Dispose()

Register(Action<object>)

public abstract void Register(Action<object> onValueChangeCallback)

Parameters

onValueChangeCallback Action<object>