C# Class AngleSharp.Dom.Events.CustomEvent

Inheritance: AngleSharp.Dom.Events.Event
Datei anzeigen Open project: josdion/subbuzz Class Usage Examples

Private Properties

Property Type Description
CustomEvent AngleSharp.Attributes
Init void

Public Methods

Method Description
CustomEvent ( ) : AngleSharp.Attributes

Creates a new event.

Private Methods

Method Description
CustomEvent ( String type, Boolean bubbles = false, Boolean cancelable = false, Object details = null ) : AngleSharp.Attributes
Init ( String type, Boolean bubbles, Boolean cancelable, Object details ) : void

Method Details

CustomEvent() public method

Creates a new event.
public CustomEvent ( ) : AngleSharp.Attributes
return AngleSharp.Attributes