|
initCMSSessionConstructEvent(typeArg, canBubbleArg, cancelableArg, resultArg )
|
|
|
Parameters
|
String typeArg
Specifies the event type.
boolean canBubbleArg
Specifies whether or not the event can bubble.
boolean cancelableArg
Specifies whether or not the event's default action can be prevented.
CMSObject resultArg
Represents the constructed CMS object.
|
|
Returns
|
void
|