Table of Contents

Property OnChange

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

OnChange

Gets or sets the PdfJavaScriptAction action to be performed when the control's value is changed.

public PdfJavaScriptAction? OnChange { get; set; }

Property Value

PdfJavaScriptAction

The PdfJavaScriptAction action to be performed when the control's value is changed.

Remarks

This action can check the new value for validity.

See the example of using JavaScript actions for control events.