PdfControl.OnOtherControlChanged Property

Gets or sets the PdfJavaScriptAction action to be performed to recalculate the value of this control when that of another control changes.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfJavaScriptAction OnOtherControlChanged { get; set; }
VB
Public Property OnOtherControlChanged As PdfJavaScriptAction
	Get
	Set

Property Value

Type: PdfJavaScriptAction
The PdfJavaScriptAction action to be performed to recalculate the value of this control when that of another control changes.

See Also