Sets or gets the macro or script to run on the SelChanging event.
object.OnSelChanging = [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 SelChanging event is triggered.
Newlook Smartclient
Newlook Server
The SelChanging event occurs when a user selects a different tab page or navigation group but before the new page or group has loaded. It occurs before the SelChanged event and is useful in conjunction with the CancelEvent method for performing validation on the page the user is about to leave.
During this event, querying the currently active page should return the currently selected page (not the one about to be selected).
OnSelChanged property | CancelEvent method
© 2004-2021 looksoftware. All rights reserved.