Occurs when the date of a DateFormField has been changed. The event handler receives an argument of type DateFormFieldEventArgs containing data related to this event. The event does not occur, when the DateFormField.Date property has been used to change the date.

Introduced: X18.

Syntax

public event DateFormFieldEventHandler FormFieldDateChanged;
Public Event FormFieldDateChanged As DateFormFieldEventHandler