Programmer's Guide > Interfaces > CMSSessionConstructEvent interface > initCMSSessionConstructEvent method
  
initCMSSessionConstructEvent method
Initializes the value of an CMSSessionConstructEvent created through the CMSSessionConstructEvent interface. This method should only be called before the CMSSessionConstructEvent has been dispatched using the dispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
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