Navigation: Ultimate Suite for PowerBuilder Help > Outlook ShortcutBar > Events >

ue_selectionchanging

Send comments on this topic.

 

Description:

Occurs when another item is about to be selected.

Syntax:

ue_selectionchanging ( string as_old,  string as_new,  long al_id )

Argument

Description

as_old

The text of the item that was previously selected.

as_new

The text of the item that has just been selected.

al_id

The unique id set for the item that has just been selected. The unique id gets set in the of_AddItem method.

Return Value:

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

Usage:


Copyright © 2021 Werysoft Inc.