[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.TriggerEvents

Class Field.TriggerEvents

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

Defines events common for acroform fields with value.

public class Field.TriggerEvents : TriggerEvents
Inheritance
object
Field.TriggerEvents
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

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.

public ActionJavaScript FormatValue { get; set; }

Property Value

ActionJavaScript

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.

public ActionJavaScript KeyPress { get; set; }

Property Value

ActionJavaScript

RecalculateValue

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

public ActionJavaScript RecalculateValue { get; set; }

Property Value

ActionJavaScript

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.

public ActionJavaScript ValueChanged { get; set; }

Property Value

ActionJavaScript