Table of Contents

Delegate ValueChangeDelegate

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public delegate void ValueChangeDelegate(object newValue)

Parameters

newValue object

Constructors

ValueChangeDelegate(object, IntPtr)

public ValueChangeDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object newValue, AsyncCallback callback, object @object)

Parameters

newValue object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object)

public virtual void Invoke(object newValue)

Parameters

newValue object