TdxPDFDocument.OnChanged Event
Occurs every time the document changes.
Declaration
property OnChanged: TNotifyEvent read; write;
Remarks
A BeginUpdate procedure call disables the OnChanged
event until the application calls an EndUpdate.
See Also