TreeMapLayoutAlgorithmBase.LayoutAlgorithmChanged Event
In This Article
Occurs after a layout algorithm’s property changes.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
public event LayoutAlgorithmChangedEventHandler LayoutAlgorithmChanged
#Event Data
The LayoutAlgorithmChanged event's data class is LayoutAlgorithmChangedEventArgs.
#Implements
See Also