IEventFactory public interface IEventFactory Represents a factory to create event data. Documentation Code using AngleSharp.Dom.Events; namespace AngleSharp.Services { public interface IEventFactory { Event Create(string name); } }