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: DataPAEnterpriseDashboardAssembly: 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:
BooleanReturns True if it OK to proceed with the CloseDashboard method.
Remarks
See Also