WebControlWrapper.FrameworkPropertyChanged
From Xojo Documentation
Event
WebControlWrapper.FrameworkPropertyChanged(Name as String, Value as Variant)
Supported for all project types and targets.
Supported for all project types and targets.
A property in the Web Framework has been changed.
Notes
Because custom controls are not likely to match our framework structure, we pass any internal property changes directly to your control for handling.
Example
If the Enabled property of the control is changed by the user, this event will be raised with the Name set to "Enabled" and the Value set to True or False.