Try our conversational search powered by Generative AI!

Interface IVisitorGroupEvents

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7
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