Gets or sets the
PdfJavaScriptAction action to be
performed when the control's value is changed.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfJavaScriptAction OnChange { get; set; }
VB
Public Property OnChange As PdfJavaScriptAction
Get
Set
Property Value
Type:
PdfJavaScriptActionThe
PdfJavaScriptAction action to be
performed when the control's value is changed.
Remarks
This action can check the new value for validity.
See Also