IEventCollection Interface
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<TEvent>(AsyncEventHandler<TEvent>) void
Subscribes a new handler for the given TEvent type.

Extension Methods