Official Content

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

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 Cascade.Start
Event_code
EndEvent

Where:

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

Samples

Event Cascade.Start
  //Call a welcome Panel to be displayed.
  WelcomePanel.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: June 2025 | © GeneXus. All rights reserved. GeneXus Powered by Globant