Official Content

It 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.

Syntax

Event Slide.Start
Event_code
EndEvent

Where:
Event_code
Code associated to the event.

Scope

Object: Panel, Menu object
Generator:  Android, Apple

Sample

Event Slide.Start
  //Call a Panel to be displayed as content
  Panel.Call()
EndEvent

See Also

Navigation Start Events in Native Mobile Applications
Navigation Style property
Slide Navigation Style
ClientStart event

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant