Contains global events and event handlers.
- Namespace
- Statiq
.Common - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IReadOnlyEventCollection"]
click Interface0 "/api/Statiq.Common/IReadOnlyEventCollection"
Type["IEventCollection"]
class Type type-node
Implementing0["TestEventCollection"]-.->Type
click Implementing0 "/api/Statiq.Testing/TestEventCollection"
Syntax
public interface IEventCollection : IReadOnlyEventCollection
Methods
Name | Return Value | Summary |
---|---|---|
Subscribe |
void |
Subscribes a new handler for the given TEvent type.
|