DataPA Enterprise Dashboard Controls API Reference
Event aurguments passed by ManagedDashboard in BeforeSave event.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public class DashboardPublishEventArgs : EventArgs, 
	_DashboardPublishEventArgs
Visual Basic
Public Class DashboardPublishEventArgs
	Inherits EventArgs
	Implements _DashboardPublishEventArgs
Visual C++
public ref class DashboardPublishEventArgs : public EventArgs, 
	_DashboardPublishEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..DashboardPublishEventArgs

See Also