Click or drag to resize
DashboardModifiedEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by ManagedDashboard in DashboardModified event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardDashboardModifiedEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class DashboardModifiedEventArgs : EventArgs, 
	_DashboardModifiedEventArgs

The DashboardModifiedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDashboardModifiedEventArgs
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, CalculatedColumn)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, ControlPanelObject)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, DashboardAPIParameter)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, DashboardObject)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, DashboardQuery)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, DashboardTab)
Creates and returns a new DashboardModifiedEventArgs object.
Public methodDashboardModifiedEventArgs(DashboardModifiedEventArgsDashboardModifiyAction, Guid)
Creates and returns a new DashboardModifiedEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyForceUpdate
Gets and sets a property that indicates whether the dashboard control should be forced to update this object
Public propertyModifiedCalculatedColumnObject
Gets and sets the Calculated Column object that has raised the Dashboard Modified event.
Public propertyModifiedControlPanelObject
Gets and sets the control panel object that has raised the Dashboard Modified event.
Public propertyModifiedDashboardAPIParameter
Gets and sets the API parameter object that has raised the Dashboard Modified event.
Public propertyModifiedFilterParameter
Gets and sets the API parameter object that has raised the Dashboard Modified event.
Public propertyModifiedObject
Gets and sets the DashboardObject object (if any) that has been changed.
Public propertyModifiedObjectGuid
Gets and sets the GUID of the object (if any) that has been changed.
Public propertyModifiedObjectID
Gets and sets the ID of the object (if any) that has been changed.
Public propertyModifiedQuery
Gets and sets the DashboardQuery object (if any) that has been changed.
Public propertyModifiedTab
Gets and sets the DashboardTab object (if any) that has been changed.
Public propertyModifyType
Gets and sets the type of change that has occured to the Manageddashboard object.
Top
Remarks