Link Search Menu Expand Document

Design Element Events

Button

On Click

Will be triggered when the Button is pressed.

Tappable View

On Click

Will be triggered when the Tappable View is pressed.

Switch

On Value Change

Will be triggered when the value of the Switch changes from a user interaction.

List View

On Item Selection

It will be triggered when the user presses on a Cell of the List View.
Note: You need to assign a Cell to the List View to use this Event.
Tip: You can use the selected Cell properties to bind the parameters of the Event Action.

Grid View

On Item Selection

It will be triggered when the user presses on a Cell of the Grid View.
Note: You need to assign a Cell to the Grid View to use this Event.
Tip: You can use the selected Cell properties to bind the parameters of the Event Action.

Date Picker

On Date Change

Will be triggered when the date of the Date Picker is changed from a user interaction.

Page Control

On Page Change

Will be triggered when the selected page of the Page Control is changed from a user interaction.

Segmented Control

On Segment Change

Will be triggered when the selected segment of the Segmented Control is changed from a user interaction.