Back to Devexpress

TreeMapSelectionChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-treemap-d7ada9d6.md

latest1.6 KB
Original Source

TreeMapSelectionChangedEventArgs Class

Provides data for the HierarchicalChartControlBase.SelectionChanged event.

Namespace : DevExpress.Xpf.TreeMap

Assembly : DevExpress.Xpf.TreeMap.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
[NonCategorized]
public class TreeMapSelectionChangedEventArgs :
    EventArgs
vb
<NonCategorized>
Public Class TreeMapSelectionChangedEventArgs
    Inherits EventArgs

TreeMapSelectionChangedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs TreeMapSelectionChangedEventArgs

See Also

TreeMapSelectionChangedEventArgs Members

DevExpress.Xpf.TreeMap Namespace