London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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