StdObjectSelectCurrent event
Occurs during navigation of a collection or subcollection and during execution of the Refresh, Execute Filter-in-Place, New, Copy, and Delete (a new object) operations. The event also occurs after the user clicks
, , , , or on the menu.The default implementation makes a selected object in a collection or subcollection the current object.
Your application cannot call the default implementation by generating the event.
Remarks
Because the event occurs in many WinStudio operations of various kinds, you should exercise caution in overriding the default implementation with custom event handlers.