Interface IVisitorGroupEvents
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7
Syntax
public interface IVisitorGroupEvents
Events
DeletedVisitorGroup
Declaration
event EventHandler<VisitorGroupEventArgs> DeletedVisitorGroup
Event Type
DeletingVisitorGroup
Declaration
event EventHandler<VisitorGroupEventArgs> DeletingVisitorGroup
Event Type
SavedVisitorGroup
Declaration
event EventHandler<VisitorGroupEventArgs> SavedVisitorGroup
Event Type
SavingVisitorGroup
Declaration
event EventHandler<VisitorGroupEventArgs> SavingVisitorGroup
Event Type
Extension Methods