Share via


DimensionHierarchyController.hierarchySegmentRemovedEventHandler Method [AX 2012]

Handles the level removed event by removing the hierarchy level that is specified in the event information from the hierarchy that is associated with the designer that raised the event.

Syntax

protected void hierarchySegmentRemovedEventHandler(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
    The instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchySegmentEventArgs class that contains the event data.

See Also

Reference

DimensionHierarchyController Class