Namespace TallComponents.PDF.DynamicXfa
Class XfaDocumentChangedEventArgs
Event arguments containing data for the event XfaDocumentChangedEventHandler.
Syntax
public class XfaDocumentChangedEventArgs
: EventArgs
Properties
Dictionary<String, String[]> ChangedWidgets
Represents a collection of widgets and their corresponding changed properties.
The keys in the dictionary are widget identifiers, and the values are arrays of strings
indicating the properties of the widgets that have been modified.
Int32[] DirtyPageIndexes
The zero-based indexes of the pages where the content has changed.