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.
Event Slide.Start
Event_code
EndEvent
Where:
Event_code
Code associated to the event.
Event Slide.Start
//Call a panel to be displayed as content
SDPanel.Call()
EndEvent