Property | Type | Description | |
---|---|---|---|
CustomEvent | AngleSharp.Attributes | ||
Init | void |
Method | Description | |
---|---|---|
CustomEvent ( ) : AngleSharp.Attributes |
Creates a new event.
|
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 |
public CustomEvent ( ) : AngleSharp.Attributes | ||
return | AngleSharp.Attributes |