This event is triggered each time a screen is sent back to the host in the Newlook Control.
object.OnSent = [eventHandler]
Where object is the Smartframe Newlook Control or Embedded Newlook Control, and eventHandler is the code to execute.
The OnSent event allows you execute some custom functionality each time a new screen is sent back to the host in the Newlook Control.
JAVASCRIPTnewlook1.OnSent = ScreenSent; function ScreenSent () { //Do Something Here alert("OnSent event has run") } |
Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | OnConnectStateChanged event | OnFunctionKeyChanged event | OnOpened event | OnReceived event | OnRefreshed event | OnStatusChanged event | OnTitleChanged event
© 2004-2021 looksoftware. All rights reserved.