Class PropertySettingsRepositoryEventArg
Inheritance
System.Object
    System.EventArgs
    PropertySettingsRepositoryEventArg
  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.Core.PropertySettings
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class PropertySettingsRepositoryEventArg : EventArgsConstructors
PropertySettingsRepositoryEventArg(Guid, RepositoryEventType)
Initializes a new instance of the PropertySettingsRepositoryEventArg class.
Declaration
public PropertySettingsRepositoryEventArg(Guid id, RepositoryEventType eventType)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Guid | id | The id of the item affected by the event. | 
| RepositoryEventType | eventType | Type of the event that is being raised. | 
Properties
EventType
Gets the type of the event that was raised.
Declaration
public RepositoryEventType EventType { get; }Property Value
| Type | Description | 
|---|---|
| RepositoryEventType | The type of the event. | 
ID
Gets the ID of the item affected by the repository event.
Declaration
public Guid ID { get; }Property Value
| Type | Description | 
|---|---|
| System.Guid | 
