Class SiteDefinitionEventArgs
Contains event arguments for events raised by ISite
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SiteDefinitionEventArgs : EventArgs
Constructors
SiteDefinitionEventArgs(SiteDefinition)
Initializes a new instance of the Site
Declaration
public SiteDefinitionEventArgs(SiteDefinition site)
Parameters
Type | Name | Description |
---|---|---|
Site |
site | The Site |
Properties
Site
Gets the Site
Declaration
public SiteDefinition Site { get; }
Property Value
Type | Description |
---|---|
Site |