Defines an action to be performed when the Main Object starts running if the Navigation Style property is set to Slide.
It is a Client Event which takes place before the Server Events (Start, Refresh and Load) and the ClientStart event.
Since it is a Client Event, the possibilities and limitations are the same as for any other Client Event.
Event Slide.Start
Event_code
EndEvent
Where:
Event_code
The code to be executed when the event is triggered.
Object: Panel, Menu object
Generator: Android, Apple
Event Slide.Start
//Call a Panel to be displayed as content.
Panel.Call()
EndEvent
Navigation Start Events in Native Mobile Applications
Navigation Style property
Slide Navigation Style
ClientStart event