Click or drag to resize

AfterCheckedStatusChangeCallback Delegate

This delegate invoked by SDK after checked statuses is changed.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void AfterCheckedStatusChangeCallback(
	FPDF_FORMFILLNOTIFY pThis,
	IntPtr field
)

Parameters

pThis  FPDF_FORMFILLNOTIFY
Pointer to the interface structure itself
field  IntPtr
Handle to Field object
Remarks
Required: Yes.

Delegate is called by the check boxes and radio buttons when they lose focus.

See Also