Back to Devexpress

DashboardDesigner.HandleDashboardClosing() Method

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-d26ab425.md

latest1.5 KB
Original Source

DashboardDesigner.HandleDashboardClosing() Method

Handles the dashboard close process.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public bool HandleDashboardClosing()
vb
Public Function HandleDashboardClosing As Boolean

Returns

TypeDescription
Boolean

true , if the dashboard closing has been handled; false , if the dashboard closing has been cancelled.

|

Remarks

Use the HandleDashboardClosing method to handle the dashboard close process and to invoke a save confirmation dialog if the dashboard has been modified since the last save. This can be useful when the DashboardDesigner is placed within the parent container and a save confirmation dialog cannot be invoked automatically.

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace