Gets or sets a value indicating whether firing AfterChanges event is deferred.

Namespace:  C1.Web.Data.Express
Assembly:  C1.Web.Data.Express.2 (in C1.Web.Data.Express.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool ChangeInProgress { get; set; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public Property ChangeInProgress As Boolean
	Get
	Set

See Also