Click or drag to resize
AbstractHandlerOneTime Property
If true, this event can be executed only once. If the event was already executed, and new handler is added, it executes immediately.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public bool OneTime { get; set; }

Property Value

Type: Boolean
See Also