Click or drag to resize
BeforeConditionalEventTArgsThenContinue Method
Ensures that the event continues after this handler is called. Also dismissed the ThenCancel call.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public BeforeConditionalEvent<TArgs> ThenContinue()

Return Value

Type: BeforeConditionalEventTArgs
See Also