OnOpened Event

This event is triggered when an added form is opened in the Newlook Control.

object.OnOpened = [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 OnOpened event allows the user to execute some custom functionality each time an added form is opened at runtime in the Newlook Control.

JAVASCRIPT

newlook1.OnOpened = MyFormOpened;

function MyFormOpened ()

{

//Do Something Here

alert("OnOpened event has run")                

}

See Also

Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | OnConnectStateChanged event | OnFunctionKeyChanged event | OnReceived event | OnRefreshed event | OnSent event | OnTitleChanged event


© 2004-2021 looksoftware. All rights reserved.