Table of Contents

SELPROPCHANGED event (PropertyGrid)

Description

Fired when the currently selected property changes.

Syntax

bForward = SELPROPCHANGED( CtrlEntID,
                           CtrlClassID,
                           PrevPropertyName,
                           NextPropertyName )
 

Parameters

NameDescription
ctrlEntIDFully qualified name of the Property Grid receiving the event.
ctrlClassIDType of control receiving the event. In this case "PROPERTYGRID".
PrevPropertyNameName of the property item that was selected.
NextPropertyNameName of the property item that is now selected.

Returns

TRUE$ or FALSE$. If FALSE$, the program execution returns to the calling procedure. If TRUE$, the event processing goes to the next level.

Remarks

The system uses the PROPERTYGRID SELPROPCHANGED promoted event to set the GOTFOCUSVALUE for the control.

See Also

N/A