FieldAdditionalActionsOnValueChanged Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a JavaScript action that shall be performed when the field’s value is changed. This action may check the new value for validity.

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public JavaScriptAction OnValueChanged { get; set; }

Property Value

Type: JavaScriptAction
The on value changed.
See Also

Reference