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

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

The DashboardPublishEventArgs type exposes the following members.

Constructors
Fields
Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates whether the save operation should be cancelled.
Public propertyCompletedOK
Gets and sets a value that indicates if this publish operation completed OK.
Public propertyErrorMessage
Gets or sets a value that indicates why the publish operation did not complete.
Top
Remarks