Official Content

It defines an action to be performed when the main object starts running if Split Navigation Style is selected. 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
Code associated to the event.

Examples

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

Scope

Objects SDPanel, Menu object
Platforms IOS

See also



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