C# Class System.Html.ScriptElement

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

Private Properties

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

Méthodes publiques

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

Method Details

AddEventListener() public méthode

public AddEventListener ( ScriptElementEvents type, System.Action listener ) : void
type ScriptElementEvents
listener System.Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( ScriptElementEvents type, System.Action listener, bool capture ) : void
type ScriptElementEvents
listener System.Action
capture bool
Résultat void

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( ScriptElementEvents type, System.Action listener, bool capture ) : void
type ScriptElementEvents
listener System.Action
capture bool
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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