Official Content

Defines an action to be performed when the Main Object starts running if the Navigation Style property is set to Split.

It is a Client Event that 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 Split.Start
Event_code
EndEvent

Where:

Event_code
        The code to be executed when the event is triggered. 

Samples

Event Split.Start
  //Call a Panel to be displayed.
  Panel.CallOptions.Target = 'Right'
  Panel.Call()
EndEvent

Scope

Object: Panel, Menu object
Generator: Apple

See Also

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

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