ElementSelectionChangedEventArgs(List<Object>) Constructor
Initializes a new instance of the ElementSelectionChangedEventArgs class with the specified selection.
Namespace: DevExpress.Core
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
selection | List<Object> | A list of objects specifying the current selection. This value is assigned to the ElementSelectionChangedEventArgs.Selection property. |
Remarks
Instances of the ElementSelectionChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also