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

OutputResult

Gets or sets the output result.

public OutputResult OutputResult { get; set; }

Property Value

OutputResult

PageViewInstance

Gets or sets the pageview instance.

public PageView PageViewInstance { get; set; }

Property Value

PageView

The pageview.

To top