Class AddinEventHandler
  
  
  
    Inheritance
    
    AddinEventHandler
      
   
  
  
  
  Assembly: LemonEdge.Client.Core.dll
  Syntax
  
    public abstract class AddinEventHandler : IHaveAddInListeners
   
  Constructors
  
  AddinEventHandler(IAddInLoaderHelper, IDomainContextEventHandler)
  
  
  Declaration
  
    protected AddinEventHandler(IAddInLoaderHelper loader, IDomainContextEventHandler eventHandler)
   
  Parameters
  
  Fields
  EventHandler
  
  
  Declaration
  
    protected readonly IDomainContextEventHandler EventHandler
   
  Field Value
  
  Loader
  
  
  Declaration
  
    protected readonly IAddInLoaderHelper Loader
   
  Field Value
  
  Methods
  
  AddAddInListeners()
  
  
  Declaration
  
    public void AddAddInListeners()
   
  
  RemoveAddInListeners()
  
  
  Declaration
  
    public void RemoveAddInListeners()
   
  Implements
  
  Extension Methods