FormFieldResizeArgs

12 Sep 20251 minute to read

This event arguments provides the necessary information about form field resize event.

Properties

currentPosition IFormFieldBound

Current position of form field in the page.

field IFormField

Event arguments for the form field resize event.

name string

Get the name of the event.

pageIndex number

Get the page number.

previousPosition IFormFieldBound

Get the previous position of the form field in the page.