DataPA Enterprise Dashboard Controls API Reference
Event aurguments passed by DashboardDesigner in event srelating to a dashboard object.

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

Syntax

C#
public class DashboardObjectEventArgs : CancelEventArgs, 
	_DashboardObjectEventArgs
Visual Basic
Public Class DashboardObjectEventArgs
	Inherits CancelEventArgs
	Implements _DashboardObjectEventArgs
Visual C++
public ref class DashboardObjectEventArgs : public CancelEventArgs, 
	_DashboardObjectEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      DataPAEnterpriseDashboard..::..DashboardObjectEventArgs

See Also