SaaS CMS has officially launched! Learn more now.

Class ItemEventArgs

Dynamic data store's event argument. Used in events fired when items are changed.

Inheritance
System.Object
ItemEventArgs
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class ItemEventArgs : EventArgs

Constructors

ItemEventArgs()

Declaration
public ItemEventArgs()

Properties

Item

The item being processed.

Declaration
public object Item { get; protected set; }
Property Value
Type Description
System.Object

ItemId

Id of the item being processed.

Declaration
public Identity ItemId { get; protected set; }
Property Value
Type Description
Identity

StoreName

Dynamic data store name.

Declaration
public string StoreName { get; protected set; }
Property Value
Type Description
System.String

Extension Methods