Click or drag to resize
DashboardSavingEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by ManagedDashboard in BeforeSave event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardDashboardSavingEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class DashboardSavingEventArgs : EventArgs, 
	_DashboardSavingEventArgs

The DashboardSavingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDashboardSavingEventArgs
Initializes a new instance of the DashboardSavingEventArgs class
Top
Fields
Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates whether the save operation should be cancelled.
Public propertyCancelMessage
Gets or sets a value that indicates the message that should be displayed to the user when the save operation is cancelled.
Top
Remarks