Skip to main content
A newer version of this page is available. .

TreeMapLayoutAlgorithmBase.LayoutAlgorithmChanged Event

Occurs after a layout algorithm’s property changes.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

public event LayoutAlgorithmChangedEventHandler LayoutAlgorithmChanged

Event Data

The LayoutAlgorithmChanged event's data class is LayoutAlgorithmChangedEventArgs.

See Also