OnStatusChanged Event

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.

Applies To

Smartframe Newlook Control

Embedded Newlook Control

Use

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.

JAVASCRIPT

newlook1.OnStatusChanged = MyStatusChanged;

function MyStatusChanged ()

{

//Do Something Here

alert("OnStatusChanged event has run")                

}

See Also

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.