[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.TriggerEvents.ValueChanged

ValueChanged Property

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.

Declaration
public ActionJavaScript ValueChanged { get; set; }
Public Property ValueChanged As ActionJavaScript