Take the community feedback survey now.

Class EntryEventArgs

Implements operations for the entry event arguments.

Inheritance
System.Object
System.EventArgs
EntryEventArgs
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: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class EntryEventArgs : CatalogSystemEventArgs

Constructors

EntryEventArgs(String)

Initializes a new instance of the EntryEventArgs class.

Declaration
[Obsolete("Use the constructor with IEnumerable<string> instead. Will remain at least until October 2016.")]
public EntryEventArgs(string eventName)
Parameters
Type Name Description
System.String eventName

Name of the event.

EntryEventArgs(String, IEnumerable<String>)

Initializes a new instance of the NodeEventArgs class.

Declaration
public EntryEventArgs(string eventName, IEnumerable<string> propertyNamesWithChanges)
Parameters
Type Name Description
System.String eventName

Name of the event.

System.Collections.Generic.IEnumerable<System.String> propertyNamesWithChanges

Name of properties that has been changed.

Properties

PropertyNamesWithChanges

The names of properties which have changes

Declaration
public IEnumerable<string> PropertyNamesWithChanges { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>