 | PdfFormsOnAfterSelectionChangeCallback Method |
This method invoked by SDK after field's selection is changed.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxprotected virtual void OnAfterSelectionChangeCallback(
FPDF_FORMFILLNOTIFY pThis,
IntPtr field
)
Protected Overridable Sub OnAfterSelectionChangeCallback (
pThis As FPDF_FORMFILLNOTIFY,
field As IntPtr
)
protected:
virtual void OnAfterSelectionChangeCallback(
FPDF_FORMFILLNOTIFY^ pThis,
IntPtr field
)
abstract OnAfterSelectionChangeCallback :
pThis : FPDF_FORMFILLNOTIFY *
field : IntPtr -> unit
override OnAfterSelectionChangeCallback :
pThis : FPDF_FORMFILLNOTIFY *
field : IntPtr -> unit
protected void OnAfterSelectionChangeCallback(
FPDF_FORMFILLNOTIFY pThis,
IntPtr field
)
function OnAfterSelectionChangeCallback(pThis, field);
Parameters
- pThis FPDF_FORMFILLNOTIFY
- Pointer to the interface structure itself
- field IntPtr
- Handle to Field object
RemarksMethod is called by the list boxes when it lose focus.
See Also