Skip to main content
A newer version of this page is available. .

ListEditor.SelectionChanged Event

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

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