Gets a single value from the event data sent earlier.

Syntax

Smartsite SXML CopyCode image Copy Code
any smartlet.events.receivevalue(string eventName, string propertyName)

Parameters

Name Data Type Description
eventName String Name of the event.
propertyName String Name of the event property to get.

Return Value

Data Type Description
Any Object
SXML