OnMaintainHierarchyChanged Method (GroupDefinition)
In This Topic
Handles the MaintainHierarchyChanged event.
Syntax
'Declaration
Protected Overridable Sub OnMaintainHierarchyChanged( _
ByVal As EventArgs _
)
protected virtual void OnMaintainHierarchyChanged(
EventArgs
)
Parameters
- e
- The System.EventArgs instance containing the event data.
See Also