Gets a value indicating whether the DetailsView.ModeChanging event was raised as a result of the user canceling an edit operation.
Documentation for this section has not yet been entered.
The DetailsView.ModeChanging event is raised when a System.Web.UI.WebControls.DetailsView control attempts to change between edit, insert, and read-only mode, but before the mode actually changes. Use the DetailsViewModeEventArgs.CancelingEdit property to determine whether the DetailsView.ModeChanging event was raised as a result of the user canceling an edit operation. For example, you might want to reset the System.Web.UI.WebControls.DetailsView control whenever the user cancels an edit operation.