PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Triggers an event with the given event data.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Events.Send")]
public static void CurrentSmartletTriggerEvent(
	 context,
	string eventName,
	params [] keyValuePairs
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Events.Send")> _
Public Shared Sub CurrentSmartletTriggerEvent ( _
	context As , _
	eventName As , _
	ParamArray keyValuePairs As () _
)

Parameters

context
IRenderContext
The context.
eventName
String
Name of the event.
keyValuePairs
array<Object>[]()
The key value pairs holding the data you want to send to other Smartlets (name1, value1, name2, value2, etc...).

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced