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

ListEditor.AllowEditChanged Event

Occurs after the ListEditor‘s ListEditor.AllowEdit property has changed.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.1.dll

Declaration

public event EventHandler AllowEditChanged

Event Data

The AllowEditChanged event's data class is EventArgs.

Remarks

This event is raised in the AllowEdit property setter. Handle this event to be notified when a List Editor’s edit mode is changed.

See Also