Click or drag to resize

BusinessEventHandlingSystemGetEventHandlers Method

Gets the event handlers for the specified business event.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<BusinessEventHandler> GetEventHandlers(
	BusinessEvent businessEvent
)

Parameters

businessEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The business event.

Return Value

Type: IEnumerableBusinessEventHandler
The event handlers for the specified business event.
See Also