Events
Events are used to either trigger a workflow, or read and write the values inside a control element into a variable. The following are the events available on most control or layout elements.
| Event name | Description |
|---|---|
| MouseClick | A click of the element |
| OnInit | When the page is loaded |
| OnDestroy | When the page is left |
| MouseEnter | When the mouse goes over the element |
| MouseLeave | When the mouse leaves the element |
| DataSourceChanged | When the data source is changed |