Interface IDomainContextEventHandler
Namespace: LemonEdge.API.Core.Context
Assembly: LemonEdge.API.dll
Syntax
public interface IDomainContextEventHandler
Properties
AddInEventHandler
An asynchronous event handler for when addIn changes have been loaded into the addIn descriptor collections
Declaration
AsyncEvent AddInEventHandler { get; }
Property Value
Type | Description |
---|---|
AsyncEvent |
ConfigurationEventHandler
An asynchronous event handler for when custom items have changed, such as addins or auto-code designed items.
Declaration
AsyncEventDictionary<ConfigChangeType, string> ConfigurationEventHandler { get; }
Property Value
Type | Description |
---|---|
AsyncEventDictionary<ConfigChangeType, string> |