SaaS CMS has officially launched! Learn more now.

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.7
Syntax
[ServiceConfiguration(typeof(IVisitorGroupEvents), FactoryMember = "Instance", IncludeServiceAccessor = false)]
public class VisitorGroupEvents : IVisitorGroupEvents

Constructors

VisitorGroupEvents()

Declaration
public VisitorGroupEvents()

VisitorGroupEvents(IVisitorGroupRepository)

Declaration
public VisitorGroupEvents(IVisitorGroupRepository visitorGroupRepository)
Parameters
Type Name Description
IVisitorGroupRepository visitorGroupRepository

Fields

VisitorGroupDeleted

Declaration
public static readonly Guid VisitorGroupDeleted
Field Value
Type Description
System.Guid

VisitorGroupSaved

Declaration
public static readonly Guid VisitorGroupSaved
Field 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> DeletedVisitorGroup
Event Type
Type Description
System.EventHandler<VisitorGroupEventArgs>

DeletingVisitorGroup

Declaration
public event EventHandler<VisitorGroupEventArgs> DeletingVisitorGroup
Event Type
Type Description
System.EventHandler<VisitorGroupEventArgs>

SavedVisitorGroup

Declaration
public event EventHandler<VisitorGroupEventArgs> SavedVisitorGroup
Event Type
Type Description
System.EventHandler<VisitorGroupEventArgs>

SavingVisitorGroup

Declaration
public event EventHandler<VisitorGroupEventArgs> SavingVisitorGroup
Event Type
Type Description
System.EventHandler<VisitorGroupEventArgs>

Implements

Extension Methods