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
Methods
BeginInvoke(AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual Event EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke()
public virtual Event Invoke()