C# Class System.Html.StyleElement

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

Private Properties

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

Méthodes publiques

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

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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