Click or drag to resize

PdfFormsOnAfterValueChangeCallback Method

This method invoked by SDK after field is changed.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
protected virtual void OnAfterValueChangeCallback(
	FPDF_FORMFILLNOTIFY pThis,
	IntPtr field
)

Parameters

pThis  FPDF_FORMFILLNOTIFY
Pointer to the interface structure itself
field  IntPtr
Handle to Field object
Remarks

Method is called by the text boxes and the combo boxes when they lose focus.

See Also