PDFReaderControls.NET Professional Type Reference

ValueField.FormatValue Event

Event fired to format the field's value.

public event FormatValueEventHandler FormatValue;

Event Data

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

Property Description
Value The value that needs to be updated for formatting.

See Also

ValueField Class | TallComponents.PDF.Forms.Fields Namespace