Class DomainContextEventHandler
Inheritance
DomainContextEventHandler
Assembly: LemonEdge.API.dll
Syntax
public class DomainContextEventHandler : IDomainContextEventHandler
Constructors
DomainContextEventHandler()
Declaration
public DomainContextEventHandler()
Properties
AddInEventHandler
An asynchronous event handler for when addIn changes have been loaded into the addIn descriptor collections
Declaration
public AsyncEvent AddInEventHandler { get; }
Property Value
ConfigurationEventHandler
An asynchronous event handler for when custom items have changed, such as addins or auto-code designed items.
Declaration
public AsyncEventDictionary<ConfigChangeType, string> ConfigurationEventHandler { get; }
Property Value
Instance
Declaration
public static IDomainContextEventHandler Instance { get; set; }
Property Value
Methods
Reset()
Declaration
public static void Reset()
Implements
Extension Methods