C# Class System.Html.BaseElement

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

Private Properties

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

Méthodes publiques

Méthode Description
AddEventListener ( BaseElementEvents type, Action listener ) : void
AddEventListener ( BaseElementEvents type, Action listener, bool capture ) : void
AddEventListener ( BaseElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( BaseElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( BaseElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( BaseElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( BaseElementEvents type, IEventListener listener ) : void
AddEventListener ( BaseElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( BaseElementEvents type, Action listener ) : void
RemoveEventListener ( BaseElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( BaseElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( BaseElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( BaseElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( BaseElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( BaseElementEvents type, IEventListener listener ) : void
RemoveEventListener ( BaseElementEvents 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
BaseElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( BaseElementEvents type, IEventListener listener, bool capture ) : void
type BaseElementEvents
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 ( BaseElementEvents type, Action listener ) : void
type BaseElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( BaseElementEvents type, IEventListener listener, bool capture ) : void
type BaseElementEvents
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