Class ObserveProxyVariable
Proxy variable to observe value change
Implements
System.IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public abstract class ObserveProxyVariable : IDisposable
Methods
Dispose()
Declaration
public abstract void Dispose()
Register(Action<object>)
Declaration
public abstract void Register(Action<object> onValueChangeCallback)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T><object> | onValueChangeCallback |
Implements
System.IDisposable