Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class StoreDefinitionChangedEventArgs

The event be fired when StoreDefinition changed.

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

Constructors

StoreDefinitionChangedEventArgs()

Declaration
public StoreDefinitionChangedEventArgs()

Properties

StoreName

The name of StoreDefinition.

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

Extension Methods