A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IVisitorGroupEvents

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 12.0.3
Syntax
public interface IVisitorGroupEvents

Events

DeletedVisitorGroup

Declaration
event EventHandler<VisitorGroupEventArgs> DeletedVisitorGroup
Event Type
Type Description
System.EventHandler<VisitorGroupEventArgs>

DeletingVisitorGroup

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

SavedVisitorGroup

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

SavingVisitorGroup

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

Extension Methods