Table of Contents

Class SimpleHandler

Namespace
CMS.Base
Assembly
CMS.Base.dll

Represents a parameterless event invoking the registered Execute handlers.

public class SimpleHandler : SimpleHandler<SimpleHandler, EventArgs>
Inheritance
object
SimpleHandler
Derived
Inherited Members
Extension Methods

Methods

Start()

Invokes the registered Execute event handlers.

public void Start()

Exceptions

NotSupportedException

Thrown when the event is a one-time only event and has already been invoked.