Back to Devexpress

PdfInteractiveFormFieldActions.CharacterChanged Property

officefileapi-devexpress-dot-pdf-dot-pdfinteractiveformfieldactions.md

latest1.4 KB
Original Source

PdfInteractiveFormFieldActions.CharacterChanged Property

Gets a JavaScript action that is executed when the user modifies a character in a text field or combo box or modifies the selection in a scrollable list box.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfJavaScriptAction CharacterChanged { get; }
vb
Public ReadOnly Property CharacterChanged As PdfJavaScriptAction

Property Value

TypeDescription
PdfJavaScriptAction

A PdfJavaScriptAction object that represents the JavaScript action that is executed when the user modifies a character.

|

See Also

PdfInteractiveFormFieldActions Class

PdfInteractiveFormFieldActions Members

DevExpress.Pdf Namespace