Class VisitorGroupEvents
Inheritance
System.Object
    VisitorGroupEvents
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7Syntax
[ServiceConfiguration(typeof(IVisitorGroupEvents), FactoryMember = "Instance", IncludeServiceAccessor = false)]
public class VisitorGroupEvents : IVisitorGroupEventsConstructors
VisitorGroupEvents()
Declaration
public VisitorGroupEvents()VisitorGroupEvents(IVisitorGroupRepository)
Declaration
public VisitorGroupEvents(IVisitorGroupRepository visitorGroupRepository)Parameters
| Type | Name | Description | 
|---|---|---|
| IVisitorGroupRepository | visitorGroupRepository | 
Fields
VisitorGroupDeleted
Declaration
public static readonly Guid VisitorGroupDeletedField Value
| Type | Description | 
|---|---|
| System.Guid | 
VisitorGroupSaved
Declaration
public static readonly Guid VisitorGroupSavedField Value
| Type | Description | 
|---|---|
| System.Guid | 
Properties
Instance
Declaration
public static VisitorGroupEvents Instance { get; set; }Property Value
| Type | Description | 
|---|---|
| VisitorGroupEvents | 
Events
DeletedVisitorGroup
Declaration
public event EventHandler<VisitorGroupEventArgs> DeletedVisitorGroupEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<VisitorGroupEventArgs> | 
DeletingVisitorGroup
Declaration
public event EventHandler<VisitorGroupEventArgs> DeletingVisitorGroupEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<VisitorGroupEventArgs> | 
SavedVisitorGroup
Declaration
public event EventHandler<VisitorGroupEventArgs> SavedVisitorGroupEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<VisitorGroupEventArgs> | 
SavingVisitorGroup
Declaration
public event EventHandler<VisitorGroupEventArgs> SavingVisitorGroupEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<VisitorGroupEventArgs> | 
