Skip to main content
.NET 6.0+

ListEditor.SelectionTypeChanged Event

Occurs after a List Editor‘s supported selection type is changed.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler SelectionTypeChanged

Event Data

The SelectionTypeChanged event's data class is EventArgs.

Remarks

Generally, you do not have to handle this event.

When deriving from the ListEditor class, call the OnSelectionTypeChanged method after the List Editor’s control changes its supported selection type. This will raise the SelectionTypeChanged event.

See Also