====== SELPROPCHANGED event (PropertyGrid) ====== ==== Description ==== Fired when the currently selected property changes. ==== Syntax ==== bForward = SELPROPCHANGED( CtrlEntID, CtrlClassID, PrevPropertyName, NextPropertyName ) ==== Parameters ==== ^Name^Description^ |ctrlEntID|Fully qualified name of the Property Grid receiving the event.| |ctrlClassID|Type of control receiving the event. In this case "PROPERTYGRID".| |PrevPropertyName|Name of the property item that was selected.| |NextPropertyName|Name 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