SelectionChangedEventArgs(IList, SelectedGroupCollection) Constructor
Initializes a new instance of the SelectionChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
public SelectionChangedEventArgs(
IList selectedItems,
SelectedGroupCollection selectedGroups
)
Parameters
Name | Type | Description |
---|---|---|
selectedItems | IList | A collection of data objects that leaf items represent. |
selectedGroups | SelectedGroupCollection | A collection of objects that provide paths to selected groups. |
See Also