Property OnOtherControlChanged
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
OnOtherControlChanged
Gets or sets the PdfJavaScriptAction action to be performed to recalculate the value of this control when that of another control changes.
public PdfJavaScriptAction? OnOtherControlChanged { get; set; }
Property Value
- PdfJavaScriptAction
The PdfJavaScriptAction action to be performed to recalculate the value of this control when that of another control changes.
Remarks
See the example of using JavaScript actions for control events.