Click or drag to resize

PdfFormsOnBeforeSelectionChangeCallback Method

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

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
protected virtual int OnBeforeSelectionChangeCallback(
	FPDF_FORMFILLNOTIFY pThis,
	IntPtr field,
	string value
)

Parameters

pThis  FPDF_FORMFILLNOTIFY
Pointer to the interface structure itself
field  IntPtr
Handle to Field object
value  String
Field's value

Return Value

Int32
0 to accept changes, -1 to cancel
Remarks

Method is called by the list boxes when it lose focus.

See Also