Class SimpleHandler
Represents a parameterless event invoking the registered Execute handlers.
public class SimpleHandler : SimpleHandler<SimpleHandler, EventArgs>
- Inheritance
-
objectSimpleHandler
- 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.