Table of Contents

Delegate CustomElementConstructor

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
public delegate HTMLElement CustomElementConstructor()

Returns

HTMLElement

Constructors

CustomElementConstructor(object, nint)

public CustomElementConstructor(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(AsyncCallback, object)

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

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual HTMLElement EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

HTMLElement

Invoke()

public virtual HTMLElement Invoke()

Returns

HTMLElement