Click or drag to resize
IRecursionControlHandlerTArgs Interface
Interface that defines the recursion control for the given handler

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IRecursionControlHandler<TArgs>
where TArgs : new(), EventArgs

Type Parameters

TArgs

The IRecursionControlHandlerTArgs type exposes the following members.

Methods
  NameDescription
Public methodGetRecursionKey
Gets the recursion key of the class to identify recursion
Top
See Also