DataPA Enterprise Dashboard Controls API Reference
If the control contains a ManagedDashboard object with unsaved changes, will prompt the user to save the changes. returns False if the user selects cancel.

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

Syntax

C#
public bool OKToClose()
Visual Basic
Public Function OKToClose As Boolean
Visual C++
public:
virtual bool OKToClose() sealed

Return Value

Type: Boolean
Returns True if it OK to proceed with the CloseDashboard method.

Remarks