FormFieldMoveArgs
12 Sep 20251 minute to read
This event arguments provides the necessary information about form field move event.
Properties
currentPosition IFormFieldBound
Current position of form field in the page.
field IFormField
Event arguments for the form field move 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.