Interface IEventFactory
- Namespace
- AngleSharp.Dom.Events
- Assembly
- AngleSharp.dll
Represents a factory to create event data.
public interface IEventFactory
- Extension Methods
Methods
Create(string)
Creates a new event data object for the given event.
Event? Create(string name)
Parameters
name
stringThe name of the event.
Returns
- Event
The event data for the given event.