Property ChangedWidgets

Namespace TallComponents.PDF.DynamicXfa
Class XfaDocumentChangedEventArgs

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.

Syntax

public  Dictionary<String, String[]>  ChangedWidgets  {  get;  }

Property value

Dictionary<String, String[]>