C# Class AngleSharp.Html.Dom.Events.CompositionEvent

Inheritance: UiEvent
Datei anzeigen Open project: josdion/subbuzz

Private Properties

Property Type Description
CompositionEvent AngleSharp.Attributes
Init void

Public Methods

Method Description
CompositionEvent ( ) : AngleSharp.Attributes

Creates a new event.

Private Methods

Method Description
CompositionEvent ( String type, Boolean bubbles = false, Boolean cancelable = false, IWindow view = null, String data = null ) : AngleSharp.Attributes
Init ( String type, Boolean bubbles, Boolean cancelable, IWindow view, String data ) : void

Method Details

CompositionEvent() public method

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