Event Method Sequences when the Value of a Control Changes
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
Event methods are executed when the value of a control changes. The exact sequence of event methods varies for different controls.
The example scenario uses a simple form that has a check box control. The check box is bound to a field in a data source.
A check box is a control that has a value property. In contrast, a grid control contains fields that each display a value, but the grid itself does not have a value property.
The following sequence of event methods is executed when the check box is either selected or cleared by a user.
validate on the check box.
modified on the check box.
validateField on the table.
The following event method is the only one executed when focus is removed from the check box:
- leave on the check box.
Event Method Sequences in Form Scenarios
Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.