Navigation: Ultimate Suite for PowerBuilder Help > Button ListBar > Events >

selectionchanging

Send comments on this topic.

 

Description:

Occurs when another button item is about to be selected.

Syntax:

selectionchanging ( oldindex, newindex )

Argument

Description

oldindex

The index value of the previously selected item.

newindex

The index value of the newly selected item.

Return Value:

Return a 0 to prevent the item from changing, return a 1 to allow the item to change.

Usage:


Copyright © 2021 Werysoft Inc.