Share via


DimensionDefaultingControllerBase.dimensionCheckbox_enter Method [AX 2012]

Explicitly implemented dimensionCheckbox field enter method as this field is dynamically added at runtime, no method can be specified at design time.

Syntax

private void dimensionCheckbox_enter(FormCheckBoxControl _dimensionCheckbox)

Run On

Called

Parameters

Remarks

The name of this method cannot change as the kernel looks for a method named [fieldname]_enter.

See Also

Reference

DimensionDefaultingControllerBase Class