TreeMapSelectionChangedEventArgs Constructors
Provides data for the HierarchicalChartControlBase.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