Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class DashboardEventArgs

Dashboard event arguments class

Inheritance
System.Object
System.EventArgs
DashboardEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Dashboard
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
[Obsolete("The EPiServer 6 Dashboard has been replaced with EPiServer.ViewComposition namespace.")]
public class DashboardEventArgs : EventArgs

Constructors

DashboardEventArgs(Dashboard)

Creates instance of Dashboard event arguments class

Declaration
public DashboardEventArgs(Dashboard dashboard)
Parameters
Type Name Description
Dashboard dashboard

Properties

Cancel

Gets or sets a value indicating whether current action triggerd this event should be canceled.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
System.Boolean

Dashboard

Reference to Dashboard

Declaration
public Dashboard Dashboard { get; }
Property Value
Type Description
Dashboard

Extension Methods