Excalibur Software PropertyList 3.0
ValueChanged
Event ValueChanged(iProp As Property, sNewValue As String, Cancel As Boolean)
Description
Occurs when a value in the PropertyList has been modified.
The change can be edited or cancelled.
Parameters:
- iProp - The Property whose value has been changed.
- sNewValue - The new value that will be assigned to
the property. You can modify this string to change the
value that the property will take on.
- Cancel - Set this parameter to True to cancel the
changes that were made. If this parameter is True, any
changes made to the sNewValue parameter will not
take effect.