Property | Type | Description | |
---|---|---|---|
ElementReplaceEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
ElementReplaceEvent ( string type ) : System.Runtime.CompilerServices | ||
ElementReplaceEvent ( string type, |
||
InitElementReplaceEvent ( string type, bool canBubble, bool cancelable, Element upgrade ) : void |
Method | Description | |
---|---|---|
ElementReplaceEvent ( ) : System.Runtime.CompilerServices |
public ElementReplaceEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
return | System.Runtime.CompilerServices |
public ElementReplaceEvent ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Runtime.CompilerServices |
public InitElementReplaceEvent ( string type, bool canBubble, bool cancelable, Element upgrade ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
upgrade | Element | |
return | void |