Table of Contents

Delegate OnArrayChangedEvent

Namespace
Netick
Assembly
Netick.dll
public delegate void OnArrayChangedEvent(int index)

Parameters

index int

Constructors

OnArrayChangedEvent(object, IntPtr)

public OnArrayChangedEvent(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int index, AsyncCallback callback, object @object)

Parameters

index int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int)

public virtual void Invoke(int index)

Parameters

index int