FieldPropertiesOnChange Property |
Javascript placed on the control's onchange event. Note that the script will be resolved for field expressions and embedded functions if, and oly if, wrapped in a !fnResolve().
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax ReadOnly Property OnChange As String
Get
Property Value
Type:
StringJavascript placed on the control's onchange event. Note that the script will be resolved for field expressions and embedded functions if, and oly if, wrapped in a !fnResolve().
See Also