This event is triggered when the host session status changes in the Newlook Control.
object.OnStatusChanged = [eventHandler]
Where object is the Smartframe Newlook Control or Embedded Newlook Control, and eventHandler is the code to execute.
The OnStatusChanged event allows the user to execute some custom functionality each time the host session status changes, in other words, when a session's busy/not-busy state changes.
JAVASCRIPTnewlook1.OnStatusChanged = MyStatusChanged; function MyStatusChanged () { //Do Something Here alert("OnStatusChanged event has run") } |
Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | OnConnectStateChanged event | OnFunctionKeyChanged event | OnOpened event | OnReceived event | OnRefreshed event | OnSent event | OnTitleChanged event
© 2004-2021 looksoftware. All rights reserved.