FormFieldPropertiesChangeArgs

12 Sep 20251 minute to read

This event arguments provides the necessary information about form field properties change event.

Properties

field IFormField

Event arguments for the form field properties change event.

isAlignmentChanged boolean

Specifies whether the text alignment of the form field is changed or not.

isBackgroundColorChanged boolean

Specifies whether the background color of the form field is changed or not.

isBorderColorChanged boolean

Specifies whether the border color of the form field is changed or not.

isBorderWidthChanged boolean

Specifies whether the border width of the form field is changed or not.

isColorChanged boolean

Specifies whether the font color of the form field is changed or not.

isCustomDataChanged boolean

Specifies whether the custom data is changed or not.

isFontFamilyChanged boolean

Specifies whether the font family of the form field is changed or not.

isFontSizeChanged boolean

Specifies whether the font size of the form field is changed or not.

isFontStyleChanged boolean

Specifies whether the font style of the form field is changed or not.

isMaxLengthChanged boolean

Specifies whether the max length of the form field is changed or not.

isNameChanged boolean

Specifies whether the field name is changed or not.

isPrintChanged boolean

Specifies whether the print option of the form field is changed or not.

isReadOnlyChanged boolean

Specifies the Read Only of Form field is changed or not.

isRequiredChanged boolean

Specifies whether the is required option of the form field is changed or not.

isToolTipChanged boolean

Specifies whether the tool tip property is changed or not.

isValueChanged boolean

Specifies whether the form field value is changed or not.

isVisibilityChanged boolean

Specifies whether the form field visibility is changed or not.

name string

Get the name of the event.

newValue any

Specifies the new value of the form field.

oldValue any

Specifies the old value of the form field.

pageIndex number

Get the page number.