IEventCollection Interface
Contains global events and event handlers.
Namespace
Statiq.Common
Interfaces
Implementing Types
IEventCollection
IReadOnlyEventCollection
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