Back to Devexpress

LayoutAlgorithmChangedEventArgs Class

windowsforms-devexpress-dot-xtratreemap-a1e7bdf7.md

latest1.7 KB
Original Source

LayoutAlgorithmChangedEventArgs Class

Provides data for the TreeMapLayoutAlgorithmBase.LayoutAlgorithmChanged event.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class LayoutAlgorithmChangedEventArgs :
    EventArgs
vb
Public Class LayoutAlgorithmChangedEventArgs
    Inherits EventArgs

LayoutAlgorithmChangedEventArgs is the data class for the following events:

Remarks

An instance of the LayoutAlgorithmChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs LayoutAlgorithmChangedEventArgs

See Also

LayoutAlgorithmChangedEventArgs Members

DevExpress.XtraTreeMap Namespace