Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field.TriggerEvents Class
Properties

In This Topic
    Field.TriggerEvents Class Members
    In This Topic

    The following tables list the members exposed by Field.TriggerEvents.

    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes.  
    Public PropertyGets or sets a JavaScript action to be performed when the field’s value is changed. This action can check the new value for validity.  
    Top
    See Also