Occurs when the checkmark of a CheckFormField has been changed from checked to unchecked or vice versa. The event handler receives an argument of type CheckFormFieldEventArgs containing data related to this event. The event does not occur, when the CheckFormfield.Checked property has been used to change the checkmark.

Introduced: X18.

Syntax

public event CheckFormFieldEventHandler FormFieldCheckChanged;
Public Event FormFieldCheckChanged As CheckFormFieldEventHandler