ListEditor.SelectionChanged Event
Occurs after the selection has been changed in a List Editor‘s control.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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