OnSent Event

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.

Applies To

Smartframe Newlook Control

Embedded Newlook Control

Use

The OnSent event allows you execute some custom functionality each time a new screen is sent back to the host in the Newlook Control.

JAVASCRIPT

newlook1.OnSent = ScreenSent;

function ScreenSent ()

{

     //Do Something Here

     alert("OnSent 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 | OnStatusChanged event | OnTitleChanged event


© 2004-2021 looksoftware. All rights reserved.