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

In This Topic
    ValueChanged Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ValueChanged As ActionJavaScript
    public ActionJavaScript ValueChanged {get; set;}
    See Also