ProcessField Event

Summary

Optional delegate method used after field processing is finished.

Syntax
C#
VB
C++
public event EventHandler<ProcessFieldEventArgs> ProcessField 
  
Public Event ProcessField As EventHandler(Of ProcessFieldEventArgs) 
public: 
event EventHandler<ProcessFieldEventArgs^>^ ProcessField 

Event Data

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

PropertyDescription
Cancel Gets or sets a flag to cancel the current processing.
Field Gets the field currently being processed.
FieldCount Gets the number of fields in the current form page.
FieldIndex Gets the index of the current field in the page field list.
Form Gets the form page image that is undergoing processing.
FormCurrentPageNumber Gets the page number of the page that is currently undergoing processing.
FormFirstPageNumber Gets the first page number of the form to be processed.
FormLastPageNumber Gets the last page number of the form to be processed.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly