[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.TriggerEvents

Field.TriggerEvents Class

Defines events common for acroform fields with value.

Inheritance
Field.TriggerEvents
Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public class Field.TriggerEvents : TriggerEvents
Public Class Field.TriggerEvents
    Inherits TriggerEvents

Properties

Name Description
FormatValue

Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field’s value before formatting.

KeyPress

Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.

RecalculateValue

Gets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes.

ValueChanged

Gets or sets a JavaScript action to be performed when the field’s value is changed. This action can check the new value for validity.