Skip to main content
.NET 6.0+

ListEditor.SelectionChanged Event

Occurs after the selection has been changed in a List Editor‘s control.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is EventArgs.

Remarks

Handle this event to process the selected objects. To access the objects, use the ListEditor.GetSelectedObjects method.

See Also