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 DashboardSavingEventArgs : EventArgs, 
	_DashboardSavingEventArgs
Visual Basic
Public Class DashboardSavingEventArgs
	Inherits EventArgs
	Implements _DashboardSavingEventArgs
Visual C++
public ref class DashboardSavingEventArgs : public EventArgs, 
	_DashboardSavingEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..DashboardSavingEventArgs

See Also