PROPCHANGED event (PropertyGrid)
Description
Fired when the user has edited and changed a property value.
Syntax
bForward = PROPCHANGED( CtrlEntID, CtrlClassID, PropertyName, PropertyValue )
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". |
PropertyName | Name of the property item that has changed. |
PropertyValue | Value that was changed. |
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 PROPCHANGED promoted event to validate a property with an Iconv attribute.
See Also
N/A