Skip to main content
.NET 6.0+

DetailView.ViewEditModeChanging Event

Occurs before changing the current View’s DetailView.ViewEditMode property value.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<CancelEventArgs> ViewEditModeChanging

Event Data

The ViewEditModeChanging event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.

Remarks

By default, this event is raised when the Edit, SaveAndClose or Cancel built-in Action is executed. This behavior is provided by the WebModificationsController. So, it makes sence is ASP.NET Web Forms applications only.

See Also