Actuate Information Delivery API data types : CustomEvent
 
CustomEvent
A complex data type that specifies information used within a custom event.
Schema
<xsd:complexType name="CustomEvent">
<xsd:sequence>
<xsd:element name="EventParameter" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
Elements
EventParameter
A value used within the custom event.