C# Class System.Html.WebComponents.ElementReplaceEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
ElementReplaceEvent System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
ElementReplaceEvent ( ) : System.Runtime.CompilerServices

Method Details

ElementReplaceEvent() public method

public ElementReplaceEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

ElementReplaceEvent() public method

public ElementReplaceEvent ( string type, ElementReplaceEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict ElementReplaceEventInit
return System.Runtime.CompilerServices

InitElementReplaceEvent() public method

public InitElementReplaceEvent ( string type, bool canBubble, bool cancelable, Element upgrade ) : void
type string
canBubble bool
cancelable bool
upgrade Element
return void