Share via


DimensionController.segmentValueChanged Method [AX 2012]

Updates the controller when the value of a segment changes.

Syntax

public abstract void segmentValueChanged(SegmentValueChangedEventArgs _e)

Run On

Called

Parameters

Remarks

The kernel calls the segmentValueChanged method on the control when the value of a segment is changed by the user. This kernel method should be overridden on the control and the call delegated to this method. This method will also update segment validation information about the control. The SegmentValueChangedEventArgs class is provided by the kernel.

See Also

Reference

DimensionController Class