Share via


LedgerDimensionController.control_segmentEntered Method [AX 2012]

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 as the controller links to the exact name of this method.

See Also

Reference

LedgerDimensionController Class