Share via


DimensionHierarchyController.constraintChangedEventHandler Method [AX 2012]

Handles the constraint changed event by updating the constraint information that is associated with the hierarchy level that is specified in the event information.

Syntax

protected void constraintChangedEventHandler(CLRObject _sender, CLRObject _e)

Run On

Client

Parameters

  • _sender
    Type: CLRObject Class
    The instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class that raised the event.
  • _e
    Type: CLRObject Class
    An instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyConstraintNodeCancelEventArgs class that contains the event data.

See Also

Reference

DimensionHierarchyController Class