Table of Contents

Class Standard.Page.LoadedArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
Arguments passed to Dynamicweb.Notifications.Standard.Page.Loaded notification
public class Standard.Page.LoadedArgs : NotificationArgs
Inheritance
Standard.Page.LoadedArgs
Inherited Members

Properties

pageview

[Obsolete("Use PageViewInstance instead")]
public PageView pageview { get; set; }

Property Value

PageView

PageViewInstance

Gets or sets the pageview instance.
public PageView PageViewInstance { get; set; }

Property Value

PageView
The pageview.
To top