PDFReaderControls.NET Professional Type Reference

Field.PropertyChanged Event

Occurs when any property of the field has changed.

public event PropertyChangedEventHandler PropertyChanged;

Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs property provides information specific to this event.

Property Description
Name Name of the propery that has changed.

See Also

Field Class | TallComponents.PDF.Forms.Fields Namespace