Click or drag to resize

BusinessEventHandlingSystemHandleEvent Method

Handles a business event by execution all appropriate event handlers.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void HandleEvent(
	BusinessEvent businessEvent,
	DomainObject domainObject
)

Parameters

businessEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The business event, which occurred.
domainObject
Type: Aloe.SystemFrameworks.DomainDomainObject
The domain object for which the event occurred.
See Also