void DashboardDesignerDashboardClosing(object sender, DashboardClosingEventArgs e)
 {
     if (dashboardChanged)
     {
         e.IsDashboardModified = true;
     }
 }
Example #2
0
 void designer_DashboardClosing(object sender, DashboardClosingEventArgs e)
 {
     e.IsDashboardModified = false;
 }
 void designer_DashboardClosing(object sender, DashboardClosingEventArgs e)
 {
     e.IsDashboardModified = false;
 }