Skip to main content

SelectionChangedEventArgs(IList, SelectedGroupCollection) Constructor

Initializes a new instance of the SelectionChangedEventArgs class with the specified settings.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

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