Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public bool ExceptionHandled { get; set; }
Visual Basic
Public Property ExceptionHandled As Boolean
	Get
	Set

See Also