Share via


DimensionController.control_segmentEntered Method [AX 2012]

Modifies the explicitly implemented segmented entry control segmentEntered method not to require the method to be specified at design time on all uptake forms.

Syntax

protected void control_segmentEntered(SegmentEnteredEventArgs _e, FormSegmentedEntryControl _control)

Run On

Called

Parameters

Remarks

The name of this method cannot change because the controller links to the exact name of this method.

See Also

Reference

DimensionController Class