 | PdfFormsOnAfterCheckedStatusChangeCallback Method |
This method invoked by SDK after checked statuses is changed.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxprotected virtual void OnAfterCheckedStatusChangeCallback(
FPDF_FORMFILLNOTIFY pThis,
IntPtr field
)
Protected Overridable Sub OnAfterCheckedStatusChangeCallback (
pThis As FPDF_FORMFILLNOTIFY,
field As IntPtr
)
protected:
virtual void OnAfterCheckedStatusChangeCallback(
FPDF_FORMFILLNOTIFY^ pThis,
IntPtr field
)
abstract OnAfterCheckedStatusChangeCallback :
pThis : FPDF_FORMFILLNOTIFY *
field : IntPtr -> unit
override OnAfterCheckedStatusChangeCallback :
pThis : FPDF_FORMFILLNOTIFY *
field : IntPtr -> unit
protected void OnAfterCheckedStatusChangeCallback(
FPDF_FORMFILLNOTIFY pThis,
IntPtr field
)
function OnAfterCheckedStatusChangeCallback(pThis, field);
Parameters
- pThis FPDF_FORMFILLNOTIFY
- Pointer to the interface structure itself
- field IntPtr
- Handle to Field object
RemarksMethod is called by the check boxes and radio buttons when they lose focus.
See Also