Contains global events and event handlers.
- Namespace
- Statiq
.Common - Implementing Types
Syntax
public interface IReadOnlyEventCollection
Methods
Name | Return Value | Summary |
---|---|---|
RaiseAsync |
Task |
Raises all handlers for a registered event
(as indicated by the TEvent type).
|