DataPA Enterprise Dashboard Controls API Reference
Event aurguments passed by DashboardObjectPanel and FlashBrowsers in DrillDownRequest event.

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

Syntax

C#
public class DrillDownRequestEventArgs : EventArgs, 
	_DrillDownRequestEventArgs
Visual Basic
Public Class DrillDownRequestEventArgs
	Inherits EventArgs
	Implements _DrillDownRequestEventArgs
Visual C++
public ref class DrillDownRequestEventArgs : public EventArgs, 
	_DrillDownRequestEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..DrillDownRequestEventArgs

See Also