C# Class System.Html.WebComponents.ElementReplaceEvent

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

Private Properties

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

Méthodes publiques

Méthode Description
ElementReplaceEvent ( string type ) : System.Runtime.CompilerServices
ElementReplaceEvent ( string type, ElementReplaceEventInit eventInitDict ) : System.Runtime.CompilerServices
InitElementReplaceEvent ( string type, bool canBubble, bool cancelable, Element upgrade ) : void

Private Methods

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

Method Details

ElementReplaceEvent() public méthode

public ElementReplaceEvent ( string type ) : System.Runtime.CompilerServices
type string
Résultat System.Runtime.CompilerServices

ElementReplaceEvent() public méthode

public ElementReplaceEvent ( string type, ElementReplaceEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict ElementReplaceEventInit
Résultat System.Runtime.CompilerServices

InitElementReplaceEvent() public méthode

public InitElementReplaceEvent ( string type, bool canBubble, bool cancelable, Element upgrade ) : void
type string
canBubble bool
cancelable bool
upgrade Element
Résultat void