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 IVisitorGroupRoleEvents

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7
Syntax
public interface IVisitorGroupRoleEvents

Events

VisitorGroupRegistered

Declaration
event EventHandler<VirtualRoleReplicationEventArgs> VisitorGroupRegistered
Event Type
Type Description
System.EventHandler<VirtualRoleReplicationEventArgs>

VisitorGroupUnregistered

Declaration
event EventHandler<VirtualRoleReplicationEventArgs> VisitorGroupUnregistered
Event Type
Type Description
System.EventHandler<VirtualRoleReplicationEventArgs>

Extension Methods