Click or drag to resize

PdfFormsOnAfterSelectionChangeCallback Method

This method invoked by SDK after field's selection is changed.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
protected virtual void OnAfterSelectionChangeCallback(
	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 list boxes when it lose focus.

See Also