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

TreeMapSelectionChangedEventArgs Class

Provides data for the TreeMapControl.SelectionChanged event.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v19.1.dll

Declaration

[NonCategorized]
public class TreeMapSelectionChangedEventArgs :
    EventArgs

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