initControlEvent(typeArg, canBubbleArg, cancelableArg )
|
|
Parameters
|
StringtypeArg
Specifies the event type.
booleancanBubbleArg
Specifies whether or not the event can bubble.
booleancancelableArg
Specifies whether or not the event's default action can be prevented.
|
Returns
|
void
|