Slide.Start event

Official Content
This documentation is valid for:

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

Examples

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

Scope

Objects SDPanel, Menu object
Platforms Android, IOS

See also