Events π§ͺ
Last updated
Was this helpful?
Last updated
Was this helpful?
An SA5 Event is a named construction, which connects Triggers and Actions.
Events are tracked by SA5 and always have a name, so that they can be invoked and logged.
Element Click Trigger
wfu-trigger-click="event1"
wfu-action-click="event1"
Sa5.Events.Invoke("event1");
Currently, all events must be named.