C# Class System.Html.HeadingElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
HeadingElement System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( HeadingElementEvents type, Action listener ) : void
AddEventListener ( HeadingElementEvents type, Action listener, bool capture ) : void
AddEventListener ( HeadingElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( HeadingElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( HeadingElementEvents type, IEventListener listener ) : void
AddEventListener ( HeadingElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( HeadingElementEvents type, Action listener ) : void
RemoveEventListener ( HeadingElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( HeadingElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( HeadingElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( HeadingElementEvents type, IEventListener listener ) : void
RemoveEventListener ( HeadingElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
HeadingElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, Action listener ) : void
type HeadingElementEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, Action listener, bool capture ) : void
type HeadingElementEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, HtmlEventHandler listener ) : void
type HeadingElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, HtmlEventHandler listener, bool capture ) : void
type HeadingElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type HeadingElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type HeadingElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, IEventListener listener ) : void
type HeadingElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( HeadingElementEvents type, IEventListener listener, bool capture ) : void
type HeadingElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, Action listener ) : void
type HeadingElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, Action listener, bool capture ) : void
type HeadingElementEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, HtmlEventHandler listener ) : void
type HeadingElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, HtmlEventHandler listener, bool capture ) : void
type HeadingElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type HeadingElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type HeadingElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, IEventListener listener ) : void
type HeadingElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( HeadingElementEvents type, IEventListener listener, bool capture ) : void
type HeadingElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void