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
Syntaxpublic IEnumerable<BusinessEventHandler> EventHandlers { get; }
Public ReadOnly Property EventHandlers As IEnumerable(Of BusinessEventHandler)
Get
public:
property IEnumerable<BusinessEventHandler^>^ EventHandlers {
IEnumerable<BusinessEventHandler^>^ get ();
}
member EventHandlers : IEnumerable<BusinessEventHandler> with get
Property Value
Type:
IEnumerableBusinessEventHandler
The event handlers.
Exceptions
See Also