OnSelChanged Property

Sets or gets the macro or script to run when the SelChanged event is triggered.

object.OnSelChanged = [string]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the script or macro to run when the SelChanged event is triggered.

Client support

   Newlook Smartclient

   Newlook Server

Use

The SelChanged event occurs after a user has selected a different tab page (in the Tab control) or navigation group (in the SmartNav control). This event is triggered after the SelChanging event and is useful for performing any pre-display processing on the new group or tab page.

This event is triggered every time the user selects a different tab page or navigation group therefore it is not ideal for performing any page initialization processing. This should be done in the form load event.

See Also

OnSelChanging property

Applies To

Tab control

SmartNav control


© 2004-2021 looksoftware. All rights reserved.