Table of Contents

Delegate DefaultEventFactory.Creator

Namespace
AngleSharp.Dom.Events
Assembly
AngleSharp.dll

Represents a creator delegate for creating a new event.

public delegate Event DefaultEventFactory.Creator()

Returns

Event

The created event.

Extension Methods

Constructors

Creator(object, nint)

public Creator(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 Event EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

Event

Invoke()

public virtual Event Invoke()

Returns

Event