Share via


DimensionHierarchyController.createHierarchySegmentEventHandler Method [AX 2012]

Handles the create dimension event by opening the dimension details form and automatically adding any newly created dimension attributes as segments in the hierarchy that is associated with the designer that is raising the event.

Syntax

protected void createHierarchySegmentEventHandler(CLRObject _sender, CLRObject _e)

Run On

Client

Parameters

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

See Also

Reference

DimensionHierarchyController Class