Click or drag to resize

PdfFormsOnAfterCheckedStatusChangeCallback Method

This method invoked by SDK after checked statuses is changed.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
protected virtual void OnAfterCheckedStatusChangeCallback(
	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 check boxes and radio buttons when they lose focus.

See Also