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

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

Syntax

C#
public class DashboardModifiedEventArgs : EventArgs, 
	_DashboardModifiedEventArgs
Visual Basic
Public Class DashboardModifiedEventArgs
	Inherits EventArgs
	Implements _DashboardModifiedEventArgs
Visual C++
public ref class DashboardModifiedEventArgs : public EventArgs, 
	_DashboardModifiedEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..DashboardModifiedEventArgs

See Also