PDFReaderControls.NET Professional Type Reference

ValueFieldSequence.Changed Event

Fired when this sequence has changed.

public event ValueFieldSequenceChangedEventHandler Changed;

Event Data

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

Property Description
Added The ValueField that has been added.
Removed The ValueField that has been removed.

See Also

ValueFieldSequence Class | TallComponents.PDF.Forms.Fields Namespace