FieldAdditionalActionsOnTextFieldModified Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a JavaScript action that shall be performed when the user modifies a character in a text field or combo box or modifies the selection in a scrollable list box. This action may check the added text for validity and reject or modify it.

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 OnTextFieldModified { get; set; }

Property Value

Type: JavaScriptAction
The on text field modified.
See Also

Reference