PDFReaderControls.NET Professional Type Reference

FieldCollection.Changed Event

Fired when this collection has changed.

public event FieldsChangedEventHandler Changed;

Event Data

The event handler receives an argument of type FieldsChangedEventArgs containing data related to this event. The following FieldsChangedEventArgs properties provide information specific to this event.

Property Description
Added Fields that have been added.
Removed Fields that have been removed.

See Also

FieldCollection Class | TallComponents.PDF.Forms.Fields Namespace