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