initCMSSessionConstructEvent(typeArg, canBubbleArg, cancelableArg, resultArg )
|
|
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.
CMSObjectresultArg
Represents the constructed CMS object.
|
Returns
|
void
|