Click or drag to resize
CMSDynamicWebControlStopProcessing Property
Indicates if processing of the code of this control should continue. It can be used after raising an event.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool StopProcessing { get; set; }

Property Value

Type: Boolean
See Also