Click or drag to resize

FPDF_FORMFILLNOTIFY Class

Represents a class that contains callbacks which receives the notification from the forms.
Inheritance Hierarchy
SystemObject
  Patagames.PdfFPDF_FORMFILLNOTIFY

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FPDF_FORMFILLNOTIFY : IStaticCallbacks

The FPDF_FORMFILLNOTIFY type exposes the following members.

Constructors
 NameDescription
Public methodFPDF_FORMFILLNOTIFYInitializes a new instance of the FPDF_FORMFILLNOTIFY class
Top
Fields
 NameDescription
Public fieldAfterCheckedStatusChange Application defined callback function. See AfterCheckedStatusChangeCallback delegate for details
Public fieldAfterFormImportData Application defined callback function. See AfterFormImportDataCallback delegate for details
Public fieldAfterFormReset Application defined callback function. See AfterFormResetCallback delegate for details
Public fieldAfterSelectionChange Application defined callback function. See AfterSelectionChangeCallback delegate for details
Public fieldAfterValueChange Application defined callback function. See AfterValueChangeCallback delegate for details
Public fieldBeforeFormImportData Application defined callback function. See BeforeFormImportDataCallback delegate for details
Public fieldBeforeFormReset Application defined callback function. See BeforeFormResetCallback delegate for details
Public fieldBeforeSelectionChange Application defined callback function. See BeforeSelectionChangeCallback delegate for details
Public fieldBeforeValueChange Application defined callback function. See BeforeValueChangeCallback delegate for details
Public fieldVersion Version number of the interface. Currently must be 1.
Top
See Also