DataPA Enterprise Dashboard Controls API Reference

The DashboardModifiedEventArgs type exposes the following members.

Constructors

  Name Description
Public method DashboardModifiedEventArgs()()()()
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction)
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction, CalculatedColumn)
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction, ControlPanelObject)
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction, DashboardObject)
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction, DashboardQuery)
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction, DashboardTab)
Creates and returns a new DashboardModifiedEventArgs object.
Public method DashboardModifiedEventArgs(DashboardModifiedEventArgs..::..DashboardModifiyAction, Guid)
Creates and returns a new DashboardModifiedEventArgs object.

Properties

  Name Description
Public property ModifiedCalculatedColumnObject
Gets and sets the Calculated Column object that has raised the Dashboard Modified event.
Public property ModifiedControlPanelObject
Gets and sets the control panel object that has raised the Dashboard Modified event.
Public property ModifiedObject
Gets and sets the DashboardObject object (if any) that has been changed.
Public property ModifiedObjectGuid
Gets and sets the GUID of the object (if any) that has been changed.
Public property ModifiedObjectID
Gets and sets the ID of the object (if any) that has been changed.
Public property ModifiedQuery
Gets and sets the DashboardQuery object (if any) that has been changed.
Public property ModifiedTab
Gets and sets the DashboardTab object (if any) that has been changed.
Public property ModifyType
Gets and sets the type of change that has occured to the Manageddashboard object.

See Also