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

TreeMapSelectionChangedEventArgs Constructors

Provides data for the TreeMapControl.SelectionChanged event.
Name Parameters Description
TreeMapSelectionChangedEventArgs(List<Object>) selection Initializes a new instance of the TreeMapSelectionChangedEventArgs class with the specified settings.
TreeMapSelectionChangedEventArgs(IList) selection Initializes a new instance of the TreeMapSelectionChangedEventArgs class with the specified settings.
See Also