Click or drag to resize

BusinessEventHandlingSystemEventHandlers Property

Gets the event handlers.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<BusinessEventHandler> EventHandlers { get; }

Property Value

Type: IEnumerableBusinessEventHandler
The event handlers.
Exceptions
ExceptionCondition
InvalidOperationExceptionBusinessEventHandlingSystem is not initialized.
See Also