Share via


DimensionHierarchyController.combinationRemovedEventHandler Method [AX 2012]

Handles the combination removed event that is raised by the hierarchy designer control.

Syntax

protected void combinationRemovedEventHandler(CLRObject _sender, CLRObject _e)

Run On

Client

Parameters

  • _sender
    Type: CLRObject Class
    The control instance that raising 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