MobileLayoutEventBuilder
Methods
Hide(System.String)
Fires when a mobile View using the layout becomes hidden.
For more information see Hide event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the hide event.
Init(System.String)
Fires after a mobile Layout and its child widgets is initialized.
For more information see Init event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the init event.
Show(System.String)
Fires when a mobile View using the layout becomes visible.
For more information see Show event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the show event.