init_ui_event
Description:
[
Version ( deprecated =
true , deprecated_since =
"2.22" ) ]
public void init_ui_event (
string type,
bool canBubble,
bool cancelable,
DOMWindow view,
long detail)
Warning: init_ui_event is deprecated since 2.22.
Parameters:
this |
A UIEvent
|
type |
A char
|
canBubble |
A bool
|
cancelable |
A bool
|
view |
A DOMWindow
|
detail |
A long
|