protected virtual void OnAfterFormResetCallback( FPDF_FORMFILLNOTIFY pThis, IntPtr intForm )
Protected Overridable Sub OnAfterFormResetCallback ( pThis As FPDF_FORMFILLNOTIFY, intForm As IntPtr )
protected: virtual void OnAfterFormResetCallback( FPDF_FORMFILLNOTIFY^ pThis, IntPtr intForm )
abstract OnAfterFormResetCallback : pThis : FPDF_FORMFILLNOTIFY * intForm : IntPtr -> unit override OnAfterFormResetCallback : pThis : FPDF_FORMFILLNOTIFY * intForm : IntPtr -> unit
protected void OnAfterFormResetCallback( FPDF_FORMFILLNOTIFY pThis, IntPtr intForm )
function OnAfterFormResetCallback(pThis, intForm);
Method is called by ResetForm and by FPDFInterForm_ResetForm(IntPtr, Boolean)