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

ListEditor.SelectionTypeChanged Event

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

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