GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / GroupDefinition Class / OnMaintainHierarchyChanged Method
The System.EventArgs instance containing the event data.

In This Topic
    OnMaintainHierarchyChanged Method (GroupDefinition)
    In This Topic
    Handles the MaintainHierarchyChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMaintainHierarchyChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnMaintainHierarchyChanged( 
       EventArgs e
    )

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also