Class VisitorGroupEventArgs
Inheritance
System.Object
    System.EventArgs
    VisitorGroupEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7Syntax
public class VisitorGroupEventArgs : EventArgsConstructors
VisitorGroupEventArgs(VisitorGroup)
Declaration
public VisitorGroupEventArgs(VisitorGroup visitorGroup)Parameters
| Type | Name | Description | 
|---|---|---|
| VisitorGroup | visitorGroup | 
VisitorGroupEventArgs(Guid)
Declaration
public VisitorGroupEventArgs(Guid visitorGroupId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Guid | visitorGroupId | 
Properties
CancelAction
Declaration
public bool CancelAction { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
CancelReason
Declaration
public string CancelReason { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
VisitorGroup
Declaration
public VisitorGroup VisitorGroup { get; }Property Value
| Type | Description | 
|---|---|
| VisitorGroup | 
