Interface IVisitorGroupEvents
  
  
  
  
  Assembly: EPiServer.ApplicationModules.dll
  Version: 12.0.3
  Syntax
  
    public interface IVisitorGroupEvents
   
  Events
  
  
  
  DeletedVisitorGroup
  
  
  Declaration
  
    event EventHandler<VisitorGroupEventArgs> DeletedVisitorGroup
   
  Event Type
  
  
  
  DeletingVisitorGroup
  
  
  Declaration
  
    event EventHandler<VisitorGroupEventArgs> DeletingVisitorGroup
   
  Event Type
  
  
  
  SavedVisitorGroup
  
  
  Declaration
  
    event EventHandler<VisitorGroupEventArgs> SavedVisitorGroup
   
  Event Type
  
  
  
  SavingVisitorGroup
  
  
  Declaration
  
    event EventHandler<VisitorGroupEventArgs> SavingVisitorGroup
   
  Event Type
  
  Extension Methods